Skip to content

Commit 6a97a19

Browse files
Tweak release notes.
1 parent 3c47f61 commit 6a97a19

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/src/release_notes.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ oracledb 2.0.0 (TBD)
1313
Thin Mode Changes
1414
+++++++++++++++++
1515

16-
#) Internal changes to improve handling of protocol between database and
17-
client.
16+
#) Internal changes to improve handling of the network protocol between
17+
python-oracledb and Oracle Database.
1818
#) Internal changes to improve handling of multiple address and description
1919
lists in full connect descriptors.
2020

@@ -33,7 +33,8 @@ Common Changes
3333
associated with columns that are being fetched. SQL domains and annotations
3434
require Oracle Database 23c. If using python-oracledb Thick mode, Oracle
3535
Client 23c is also required.
36-
#) Added support for parsing the FAILOVER clause in full connect descriptors.
36+
#) Added support for parsing the ``FAILOVER`` clause in full connect
37+
descriptors.
3738

3839

3940
oracledb 1.4.1 (September 2023)
@@ -51,8 +52,8 @@ Thin Mode Changes
5152
Thick Changes
5253
+++++++++++++
5354

54-
#) Fixed error checking when getting and setting the pool ping interval and
55-
the SODA metadata cache flag.
55+
#) Fixed error checking when getting or setting the connection pool parameters
56+
``ping_interval`` and ``soda_metadata_cache``.
5657

5758
Common Changes
5859
++++++++++++++

0 commit comments

Comments
 (0)