Skip to content

Commit cea932e

Browse files
Fixed release note location!
1 parent 433730a commit cea932e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/release_notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ oracledb `3.5.0 <https://github.com/oracle/python-oracledb/compare/v3.4.1...v3.5
1919
Thin Mode Changes
2020
+++++++++++++++++
2121

22+
#) Fixed bug when decoding PL/SQL booleans in Oracle Database 12.1
23+
(`issue 565 <https://github.com/oracle/python-oracledb/issues/565>`__).
2224
#) Fixed bug when a :ref:`DbObject <dbobject>` instance contains an attribute
2325
of type ``SYS.XMLTYPE``.
2426

@@ -73,8 +75,6 @@ Thin Mode Changes
7375
#) Fixed bug when fetching a timestamp with nanosecond precision into a data
7476
frame
7577
(`issue 538 <https://github.com/oracle/python-oracledb/issues/538>`__).
76-
#) Fixed bug when decoding PL/SQL booleans in Oracle Database 12.1
77-
(`issue 565 <https://github.com/oracle/python-oracledb/issues/565>`__).
7878
#) Fixed bug when adding a call to a PL/SQL function which returns LOBs to a
7979
:ref:`pipeline <pipelining>`.
8080
#) Fixed bug when using bind variables with scrollable cursors.

0 commit comments

Comments
 (0)