Skip to content

Commit

Permalink
Update CHANGELOG for 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Jul 20, 2016
1 parent 41cab45 commit 0a4f41d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## node-oracledb v1.10.1 (21 Jul 2016)

- Fixed a bug that prevented a null value to be passed from JavaScript into an IN OUT bind.

- Fixed a memory leak introduced in 1.10 with REF CURSORs.

- Fixed a memory leak in error handling paths when using REF CURSORs.

- Made an internal change for queries selecting unsupported column types allowing them to report an error earlier.

- Made an internal change to use std::string& for string lengths.

- Fixed a compilation warning on Windows.

- Added a mocha configuration file for the test suite.

## node-oracledb v1.10.0 (8 Jul 2016)

- Enhanced query and REF CURSOR metadata is available when a new
Expand Down

0 comments on commit 0a4f41d

Please sign in to comment.