Skip to content

Commit 672af3b

Browse files
Tweak release notes in preparation for release.
1 parent 99ad710 commit 672af3b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Diff for: doc/src/release_notes.rst

+8-7
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ python-oracledb Release Notes
77

88
For deprecations, see :ref:`Deprecations <deprecations>`.
99

10-
oracledb 2.1.1 (TBD)
11-
--------------------
10+
oracledb 2.1.1 (March 2024)
11+
---------------------------
1212

1313
Thin Mode Changes
1414
+++++++++++++++++
@@ -22,11 +22,12 @@ Thin Mode Changes
2222
before and after the RETURNING clause in a
2323
:ref:`DML RETURNING statement <dml-returning-bind>`. Previously, various
2424
internal errors were raised.
25-
#) Tightened up code looking for the end of a database request.
26-
#) Packet output is now immediately flushed in order to avoid losing output
27-
due to buffering when multiple threads are running.
28-
#) Restored error message raised when attempting to connect to Oracle Database
29-
11g.
25+
#) Restored the error message raised when attempting to connect to Oracle
26+
Database 11g.
27+
#) Internal change: tightened up code looking for the end of a database
28+
request.
29+
#) Internal change: packet output is now immediately flushed in order to avoid
30+
losing output due to buffering when multiple threads are running.
3031

3132
Thick Mode Changes
3233
++++++++++++++++++

0 commit comments

Comments
 (0)