Update change log

This commit is contained in:
Dan Sosedoff 2015-10-19 21:20:03 -05:00
parent 6749b2ace8
commit 4c1bb758ce

View File

@ -1,3 +1,10 @@
## 0.6.3 - 2015-08-16
- Adds PostgreSQL password escaping in web ui, GH-96
- Adds base64 query encoding for CSV export, GH-95
- Adds automatic saving of last executed query to localStorage
- Adds request middleware to log incoming form params in debug mode
## 0.6.2 - 2015-07-15
- Adds ability to specify connection strings prefixed by `postgresql://`, [GH-92]