Skip to content

Commit df2efac

Browse files
committed
Reorder CHANGELOG
1 parent 0c82ccb commit df2efac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
- Stated compatibility is now for Node.js 14, 16 and 18. Older releases
66
back to Node.js 10.16 should still work.
77

8-
- Added code to capture the [error
9-
stack](https://oracle.github.io/node-oracledb/doc/api.html#properrstack). PR #1467
10-
(Slawomir Osoba).
11-
128
- Added support for [token based
139
authentication](https://oracle.github.io/node-oracledb/doc/api.html#tokenbasedauth)
1410
when establishing pool based connections and standalone connections.
1511

12+
- Added code to capture the [error
13+
stack](https://oracle.github.io/node-oracledb/doc/api.html#properrstack). PR #1467
14+
(Slawomir Osoba).
15+
1616
- Added code to keep the method name in internally bound functions.
1717
PR #1466 (Slawomir Osoba).
1818

@@ -22,16 +22,16 @@
2222

2323
- Added missing support for binding as `oracledb.DB_TYPE_BINARY_INTEGER`.
2424

25-
- Fixed crash with multiple
25+
- Fixed a crash using multiple
2626
[DbObject](https://oracle.github.io/node-oracledb/doc/api.html#dbobjectclass)
2727
OUT binds ([Issue #1464](https://github.com/oracle/node-oracledb/issues/1464)).
2828

2929
- Fixed calling `initOracleClient()` with TypeScript 4.4 ([Issue
3030
1462](https://github.com/oracle/node-oracledb/issues/1462)).
3131

32-
- Fixed numeric suffix feature (for duplicate SELECT column names when using
33-
`oracledb.OUT_FORMAT_OBJECT` mode) when the column name is also a JavaScript
34-
property or method name.
32+
- Fixed the numeric suffix feature (for duplicate SELECT column names when
33+
using `oracledb.OUT_FORMAT_OBJECT` mode) when the column name is also a
34+
JavaScript property or method name.
3535

3636
- Fixed binding string or buffer data when explicitly specifying the type as
3737
`oracledb.DB_TYPE_BLOB`, `oracledb.DB_TYPE_CLOB` or `oracledb.DB_TYPE_NCLOB`.

0 commit comments

Comments
 (0)