From 79c88a1a592ba9fc4e4e5fa158b752a1cf0af386 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Fri, 25 Sep 2015 23:57:23 +1000 Subject: [PATCH] Add release date to CHANGELOG --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a23c7abd..373cb31bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## node-oracledb v1.2.0 (DD Mon YYYY) +## node-oracledb v1.2.0 (25 Sep 2015) - Added support for RAW data type. @@ -8,7 +8,7 @@ - Changed write-only attributes of Connection objects to work with `console.log()`. Note the attribute values will show as `null`. Refer to the documentation. -- Added check to make sure `maxRows` is greater than zero for non-ResultSet queries. +- Added a check to make sure `maxRows` is greater than zero for non-ResultSet queries. - Improved installer messages for Oracle client header and library detection on Linux, OS X and Solaris. @@ -32,7 +32,7 @@ - Made installation halt sooner for Node.js versions currently known to be unusable. -- Fixed typo in `examples/dbmsoutputgetline.js` +- Fixed a typo in `examples/dbmsoutputgetline.js` ## node-oracledb v1.1.0 (3 Sep 2015)