Skip to content

Commit 9b77114

Browse files
committed
Fix bug numbers in CHANGES.txt
1 parent dcef0ae commit 9b77114

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGES.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ Full release notes:
1111
v2.1.7
1212
======
1313

14-
- BUG26376334: Fix prepared statements in MySQL 8.0
15-
- BUG25965922: Add support for Django 1.11
16-
- BUG24659561: Fix MySQLCursor.executemany() when using utf8mb4 charset
17-
- BUG24342757: Fix unclosed socket on connection failure
18-
- BUG22880163: Fix memory leak on using Named Tuple Cursors
19-
- BUG22825962: Fix memory leak on escape_string()
20-
- BUG22564149: Fix cmd_query_iter() when using bytestrings with Python 2
21-
- BUG21947091: Add ssl_disabled option
14+
- BUG#26376334: Fix prepared statements in MySQL 8.0
15+
- BUG#25965922: Add support for Django 1.11
16+
- BUG#24659561: Fix MySQLCursor.executemany() when using utf8mb4 charset
17+
- BUG#24342757: Fix unclosed socket on connection failure
18+
- BUG#22880163: Fix memory leak on using Named Tuple Cursors
19+
- BUG#22825962: Fix memory leak on escape_string()
20+
- BUG#22564149: Fix cmd_query_iter() when using bytestrings with Python 2
21+
- BUG#21947091: Add ssl_disabled option
2222

2323
v2.1.6
2424
======

0 commit comments

Comments
 (0)