Skip to content

Commit 79c88a1

Browse files
committed
Add release date to CHANGELOG
1 parent 8cd653b commit 79c88a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Change Log
22

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

55
- Added support for RAW data type.
66

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

99
- Changed write-only attributes of Connection objects to work with `console.log()`. Note the attribute values will show as `null`. Refer to the documentation.
1010

11-
- Added check to make sure `maxRows` is greater than zero for non-ResultSet queries.
11+
- Added a check to make sure `maxRows` is greater than zero for non-ResultSet queries.
1212

1313
- Improved installer messages for Oracle client header and library detection on Linux, OS X and Solaris.
1414

@@ -32,7 +32,7 @@
3232

3333
- Made installation halt sooner for Node.js versions currently known to be unusable.
3434

35-
- Fixed typo in `examples/dbmsoutputgetline.js`
35+
- Fixed a typo in `examples/dbmsoutputgetline.js`
3636

3737
## node-oracledb v1.1.0 (3 Sep 2015)
3838

0 commit comments

Comments
 (0)