mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
add NEWS.md file
This commit is contained in:
parent
d06a2164ee
commit
6d5e13d580
12
NEWS.md
Normal file
12
NEWS.md
Normal file
@ -0,0 +1,12 @@
|
||||
### v1.0 - not released yet
|
||||
|
||||
- remove deprecated functionality
|
||||
- `pg.connect` now __requires__ 3 arguments
|
||||
- Client#pauseDrain() / Client#resumeDrain removed
|
||||
- numeric, decimal, and float data types no longer parsed into float before being returned. Will be returned from query results as `String`
|
||||
|
||||
|
||||
### v0.14.0
|
||||
|
||||
- add deprecation warnings in prep for v1.0
|
||||
- fix read/write failures in native module under node v0.9.x
|
||||
Loading…
x
Reference in New Issue
Block a user