From 81e60db273a3085d428ae9cbb85cd9e2beb8e2a2 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Thu, 15 Oct 2015 16:06:57 +1100 Subject: [PATCH] Add release date and reorder --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08f9f63fc..e0cc5ac9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ # Change Log -## node-oracledb v1.3.0 (DD Mon YYYY) -- Fixed result.outBinds corruption after PL/SQL execution. +## node-oracledb v1.3.0 (15 Oct 2015) - Added a `oracledb.oracleClientVersion` property giving the version of the Oracle client library, and a `connection.oracleServerVersion` property giving the Oracle Database version. +- Fixed `result.outBinds` corruption after PL/SQL execution. + - 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.