File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ Changelog
22=========
33
44
5+ v2.0.880 (2021-05-10)
6+ ---------------------
7+ - Test(connection, transfer-protocol): modify conversion functions when
8+ server version < client requests. [ Brooke White]
9+ - Fix(connection, transfer-protocol): modify conversion functions when
10+ server version < client requests. [ Brooke White]
11+
12+
513v2.0.879 (2021-05-10)
614---------------------
715- Refactor(cursor, setinputsize): use named arguments. [ Brooke White]
Original file line number Diff line number Diff line change 22# 1) we don't load dependencies by storing it in __init__.py
33# 2) we can import it in setup.py for the same reason
44# 3) we can import it into your module module
5- __version__ = "2.0.879 "
5+ __version__ = "2.0.880 "
You can’t perform that action at this time.
0 commit comments