Skip to content

Commit 54c321e

Browse files
Tweak release notes.
1 parent 475a51b commit 54c321e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/src/release_notes.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ oracledb 3.2.0 (TBD)
1717
Thin Mode Changes
1818
+++++++++++++++++
1919

20-
#) Added support for using :meth:`Queue.deqmany()` with JSON payloads using
21-
Oracle Database 21c.
20+
#) Emulate support for :meth:`Queue.deqmany()` with JSON payloads when using
21+
Oracle Database 21c by internally calling :meth:`Queue.deqone()` as many
22+
times as needed.
2223
#) Fixed bug with some databases when a connection is killed. In some
23-
scenarios the :meth:`Connection.is_healthy()` would have incorrectly
24-
returned the value *True* and in other cases a possible hang could occur.
24+
scenarios :meth:`Connection.is_healthy()` would have incorrectly returned
25+
the value *True* and in other cases a possible hang could occur.
2526

2627
Thick Mode Changes
2728
++++++++++++++++++

0 commit comments

Comments
 (0)