Skip to content

Commit c1a4387

Browse files
committed
Minor Release Notes and Upgrade Notes update
1 parent 77c4610 commit c1a4387

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

doc/src/release_notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Thin Mode Changes
3838
See `Issue #1671 <https://github.com/oracle/node-oracledb/issues/
3939
1671>`__.
4040

41-
#) Added support to use ``IFILE`` parameter to embed custom
42-
network configuration files in the :ref:`tnsnames.ora <tnsadmin>` file.
41+
#) Added support to process :ref:`tnsnames.ora <tnsadmin>` files containing
42+
``IFILE`` directives.
4343

4444
#) Fixed bug which throws a ``TypeError: objType.attributes is not iterable``
4545
error when :ref:`DbObject Class <dbobjectclass>` instance contains an

doc/src/user_guide/migrate.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ Upgrading from node-oracledb 6.5 to 6.6
2929
:ref:`oracledb.createPool() <createpoolpoolattrswalletcontent>` and
3030
:ref:`oracledb.getConnection() <getconnectiondbattrswalletcontent>`.
3131

32-
- The support for ``IFILE`` parameter of :ref:`tnsnames.ora <tnsadmin>` file
33-
allows you to embed custom network configuration files in node-oracledb Thin
34-
mode.
32+
- You can now process :ref:`tnsnames.ora <tnsadmin>` files containing ``IFILE``
33+
directives.
3534

3635
- You can now use :ref:`Two-Phase Commits <twopc>` in node-oracledb Thin mode.
3736

0 commit comments

Comments
 (0)