Skip to content

Commit a936dac

Browse files
committed
Tidy up recent changelog entries
1 parent 416a51d commit a936dac

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,23 @@
44

55
**This release is under development and information may be incomplete**
66

7-
- Added code to capture the error stack. PR#1467 (Slawomir Osoba)
7+
- Added code to capture the [error
8+
stack](https://oracle.github.io/node-oracledb/doc/api.html#properrstack). PR#1467
9+
(Slawomir Osoba).
810

911
- Added code to keep the method name in internally bound functions.
10-
PR #1466 (Slawomir Osoba)
12+
PR #1466 (Slawomir Osoba).
1113

12-
- Added code to handle multiple out-binds with ([DbObject](https://oracle.github.io/node-oracledb/doc/api.html#dbobjectclass)) correctly, earlier only
13-
the first one was processed and was resulting in a crash.
14-
([Issue #1464](https://github.com/oracle/node-oracledb/issues/1464))
15-
16-
- Added a [`connection.isHealthy()`](https://oracle.github.io/node-oracledb/doc/api.html#ishealthy)
17-
function to perform a local connection health check
14+
- Added a
15+
[`connection.isHealthy()`](https://oracle.github.io/node-oracledb/doc/api.html#ishealthy)
16+
function to perform a local connection health check.
1817

1918
- Added missing support for binding as `oracledb.DB_TYPE_BINARY_INTEGER`.
2019

20+
- Fixed crash with multiple
21+
[DbObject](https://oracle.github.io/node-oracledb/doc/api.html#dbobjectclass)
22+
OUT binds ([Issue #1464](https://github.com/oracle/node-oracledb/issues/1464)).
23+
2124
- Fixed calling `initOracleClient()` with TypeScript 4.4 ([Issue
2225
1462](https://github.com/oracle/node-oracledb/issues/1462)).
2326

0 commit comments

Comments
 (0)