Skip to content

Commit 0b39b9e

Browse files
Update release notes.
1 parent f4148ae commit 0b39b9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/release_notes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@ Version 8.0 (TBD)
5959
row offsets exceeding 65536.
6060
#) Eliminated spurious error when accessing :attr:`Cursor.lastrowid` after
6161
executing an INSERT ALL statement.
62-
#) Miscellaneous code improvements supplied by Alex Henrie
63-
(pull requests
62+
#) Miscellaneous improvements supplied by Alex Henrie (pull requests
6463
`419 <https://github.com/oracle/python-cx_Oracle/pull/419>`__,
6564
`420 <https://github.com/oracle/python-cx_Oracle/pull/420>`__,
6665
`421 <https://github.com/oracle/python-cx_Oracle/pull/421>`__,
67-
`422 <https://github.com/oracle/python-cx_Oracle/pull/422>`__ and
68-
`423 <https://github.com/oracle/python-cx_Oracle/pull/423>`__).
66+
`422 <https://github.com/oracle/python-cx_Oracle/pull/422>`__,
67+
`423 <https://github.com/oracle/python-cx_Oracle/pull/423>`__ and
68+
`437 <https://github.com/oracle/python-cx_Oracle/pull/437>`__).
6969
#) Python objects bound to boolean variables are now converted to True or
7070
False based on whether they would be considered True or False in a Python
7171
if statement. Previously, only True was treated as True and all other
7272
Python values (including 1, 1.0, and "foo") were treated as False
7373
(pull request
7474
`435 <https://github.com/oracle/python-cx_Oracle/pull/435>`__).
75-
#) Documentation and test suite improvements.
75+
#) Documentation, samples and test suite improvements.
7676

7777

7878
Version 7.3 (December 2019)

0 commit comments

Comments
 (0)