Skip to content

Commit 0a40afc

Browse files
author
Sandro Santilli
committed
Fix NEWS item about pg.connect callback. CLoses #358.
1 parent 30d97e3 commit 0a40afc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ We do not include break-fix version release in this file.
1111
### v1.0
1212

1313
- remove deprecated functionality
14-
- `pg.connect` now __requires__ 3 arguments
15-
- Client#pauseDrain() / Client#resumeDrain removed
16-
- numeric, decimal, and float data types no longer parsed into float before being returned. Will be returned from query results as `String`
14+
- Callback function passed to `pg.connect` now __requires__ 3 arguments
15+
- Client#pauseDrain() / Client#resumeDrain removed
16+
- numeric, decimal, and float data types no longer parsed into float before being returned. Will be returned from query results as `String`
1717

1818
### v0.15.0
1919

0 commit comments

Comments
 (0)