Skip to content

Commit

Permalink
Update CHANGELOG for v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Jan 30, 2016
1 parent 7d836fd commit cb8dd04
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Change Log

## node-oracledb v1.6.0 (DD Mon YYYY)
## node-oracledb v1.6.0 (30 Jan 2016)

- Added support for binding PL/SQL Collection Associative Array
(Index-by) types containing numbers and strings.

- Fixed a LOB problem causing an uncaught error to be generated.

- Removed the 'close' event that was incorrectly emitted for LOB Writable
Streams. The Node.js Streams documentation specifies it only for
Readable Streams.

- Updated the LOB examples to show connection release.

- Updated README so first-time users see pre-requisites earlier.

- Extended the OS X install instructions with a way to install that doesn't
need root access for Instant Client 11.2 on El Capitan.

- Added RPATH link option when building on OS X in preparation for future client.

## node-oracledb v1.5.0 (21 Dec 2015)

Expand Down

0 comments on commit cb8dd04

Please sign in to comment.