Update changelog for 5.0

This commit is contained in:
brianc 2016-06-07 16:49:21 -05:00
parent 01e5d726da
commit f0e1622d4c

View File

@ -4,6 +4,16 @@ For richer information consult the commit log on github with referenced pull req
We do not include break-fix version release in this file.
### v5.0.0
#### Breaking Changes
- `require('pg').native` now returns null if the native bindings cannot be found; previously, this threw an exception.
#### New Features
- better error message when passing `undefined` as a query parameter
- support for `defaults.connectionString`
- support for `returnToHead` being passed to [generic pool](https://github.com/coopernurse/node-pool)
### v4.5.0
- Add option to parse JS date objects in query parameters as [UTC](https://github.com/brianc/node-postgres/pull/943)