From cb8dd04335a23414606fa46532def75676aa538f Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Sat, 30 Jan 2016 22:34:34 +1100 Subject: [PATCH] Update CHANGELOG for v1.6.0 release --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82116f34..df5a108d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)