8000 Update CHANGELOG · ammogcoder/PyMySQL@4ff1bbc · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ff1bbc

Browse files
committed
Update CHANGELOG
1 parent 2b306b0 commit 4ff1bbc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changes
22

3+
## 0.8
4+
5+
Release date: 2017-12-20
6+
7+
* **BACKWARD INCOMPATIBLE** ``binary_prefix`` option is added and off
8+
by default because of compatibility with mysqlclient.
9+
When you need PyMySQL 0.7 behavior, you have to pass ``binary_prefix=True``.
10+
(#549)
11+
12+
* Fixed AuthSwitch packet handling.
13+
14+
* Raise OperationalError for MariaDB's constraint error. (#607)
15+
16+
* executemany() accepts query without space between ``VALUES`` and ``(``. (#597)
17+
18+
* Support config file containing option without value. (#588)
19+
20+
* Fixed Connection.ping() returned unintended value.
21+
22+
323
## 0.7.11
424

525
Release date: 2017-04-06

0 commit comments

Comments
 (0)
0