update news

This commit is contained in:
bmc 2013-07-09 23:19:06 -05:00
parent f263fe1b0a
commit 6ac4e6d141

View File

@ -4,6 +4,12 @@ For richer information consult the commit log on github with referenced pull req
We do not include break-fix version release in this file.
### v2.1
- Add support for SSL connections in JavaScript driver
- this means you can connect to heroku postgres locally without the native bindings!
- [Add field metadata to result object](https://github.com/brianc/node-postgres/blob/master/test/integration/client/row-description-on-results-tests.js)
- [Add ability for rows to be returned as arrays instead of objects](https://github.com/brianc/node-postgres/blob/master/test/integration/client/results-as-array-tests.js)
### v2.0
- Properly handle various PostgreSQL to JavaScript type conversions to avoid data loss: