Skip to content

Commit cb8dd04

Browse files
committed
Update CHANGELOG for v1.6.0 release
1 parent 7d836fd commit cb8dd04

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Change Log
22

3-
## node-oracledb v1.6.0 (DD Mon YYYY)
3+
## node-oracledb v1.6.0 (30 Jan 2016)
4+
5+
- Added support for binding PL/SQL Collection Associative Array
6+
(Index-by) types containing numbers and strings.
7+
8+
- Fixed a LOB problem causing an uncaught error to be generated.
9+
10+
- Removed the 'close' event that was incorrectly emitted for LOB Writable
11+
Streams. The Node.js Streams documentation specifies it only for
12+
Readable Streams.
13+
14+
- Updated the LOB examples to show connection release.
15+
16+
- Updated README so first-time users see pre-requisites earlier.
17+
18+
- Extended the OS X install instructions with a way to install that doesn't
19+
need root access for Instant Client 11.2 on El Capitan.
20+
21+
- Added RPATH link option when building on OS X in preparation for future client.
422

523
## node-oracledb v1.5.0 (21 Dec 2015)
624

0 commit comments

Comments
 (0)