Skip to content

Commit 37d668f

Browse files
committed
Update CHANGELOG
1 parent aba9467 commit 37d668f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
## node-oracledb v1.4.0 (DD Mon YYYY)
44

55
- Upgrade NAN dependency to version 2 allowing node-oracledb to build
6-
with Node 4.
6+
with Node 4 and 5.
77

8-
- Fixed cursor leak when statements execution fails.
8+
- Fixed a cursor leak when statement execution fails.
9+
10+
- Fixed a crash when accessing Pool properties on Windows.
11+
12+
- Added a run-script 'testWindows' target for Windows testing. See [test/README.md](test/README.md)
913

1014
## node-oracledb v1.3.0 (15 Oct 2015)
1115

@@ -17,7 +21,7 @@
1721

1822
- Fixed null output from DML RETURNING with Oracle Database 11.2 when the string is of size 4000.
1923

20-
- Fixed default bind direction to be BIND_IN.
24+
- Fixed default bind direction to be `BIND_IN`.
2125

2226
## node-oracledb v1.2.0 (25 Sep 2015)
2327

0 commit comments

Comments
 (0)