Update CHANGELOG

This commit is contained in:
Christopher Jones 2015-11-15 09:11:14 +11:00
parent aba9467811
commit 37d668ffd2
1 changed files with 7 additions and 3 deletions

View File

@ -3,9 +3,13 @@
## node-oracledb v1.4.0 (DD Mon YYYY)
- Upgrade NAN dependency to version 2 allowing node-oracledb to build
with Node 4.
with Node 4 and 5.
- Fixed cursor leak when statements execution fails.
- Fixed a cursor leak when statement execution fails.
- Fixed a crash when accessing Pool properties on Windows.
- Added a run-script 'testWindows' target for Windows testing. See [test/README.md](test/README.md)
## node-oracledb v1.3.0 (15 Oct 2015)
@ -17,7 +21,7 @@
- Fixed null output from DML RETURNING with Oracle Database 11.2 when the string is of size 4000.
- Fixed default bind direction to be BIND_IN.
- Fixed default bind direction to be `BIND_IN`.
## node-oracledb v1.2.0 (25 Sep 2015)