Skip to content

Commit

Permalink
Add release date to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Sep 25, 2015
1 parent 8cd653b commit 79c88a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Change Log

## node-oracledb v1.2.0 (DD Mon YYYY)
## node-oracledb v1.2.0 (25 Sep 2015)

- Added support for RAW data type.

- Added a `type` property to the Lob class to distinguish CLOB and BLOB types.

- 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.

Expand All @@ -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)

Expand Down

0 comments on commit 79c88a1

Please sign in to comment.