Skip to content

Commit 5af8d77

Browse files
isrgomeznmariz
authored andcommitted
Fix CHANGES.txt
1 parent 8f11da5 commit 5af8d77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ v8.0.27
1212
=======
1313

1414
- WL#14689: Fallback conversion to str for types incompatible with MySQL
15-
- WL#14667: Support for Multi Factor authentication (c-ext)
15+
- WL#14664: Allow SSPI Kerberos library usage with c-ext
1616

1717
v8.0.26
1818
=======

tests/test_authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ def test_nocache_nouser(self):
949949

950950

951951
@unittest.skipIf(
952-
tests.MYSQL_VERSION < (8, 0, 27),
952+
tests.MYSQL_VERSION < (8, 0, 28),
953953
"Multi Factor Authentication not supported"
954954
)
955955
@unittest.skipUnless(HAVE_CMYSQL, "C Extension not available")

0 commit comments

Comments
 (0)