Skip to content

Commit f0e1622

Browse files
committed
Update changelog for 5.0
1 parent 01e5d72 commit f0e1622

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

NEWS.md renamed to CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ For richer information consult the commit log on github with referenced pull req
44

55
We do not include break-fix version release in this file.
66

7+
### v5.0.0
8+
9+
#### Breaking Changes
10+
- `require('pg').native` now returns null if the native bindings cannot be found; previously, this threw an exception.
11+
12+
#### New Features
13+
- better error message when passing `undefined` as a query parameter
14+
- support for `defaults.connectionString`
15+
- support for `returnToHead` being passed to [generic pool](https://github.com/coopernurse/node-pool)
16+
717
### v4.5.0
818
- Add option to parse JS date objects in query parameters as [UTC](https://github.com/brianc/node-postgres/pull/943)
919

0 commit comments

Comments
 (0)