Skip to content

Commit

Permalink
Update changelog for 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Jun 7, 2016
1 parent 01e5d72 commit f0e1622
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NEWS.md → CHANGELOG.md
Expand Up @@ -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)

Expand Down

0 comments on commit f0e1622

Please sign in to comment.