8000 Update CHANGELOG · jiangsanyin/PyMySQL@2e57bb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e57bb3

Browse files
committed
Update CHANGELOG
1 parent 8b31b89 commit 2e57bb3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changes
22

3+
## 0.9.0
4+
5+
* Change default charset from latin1 to utf8mb4. (because MySQL 8 changed) (#692)
6+
* Remove deprecated `no_delay` option (#694)
7+
* Support connection attributes (#679)
8+
* Support sha256_password and caching_sha2_password auth method (#682)
9+
* Map LOCK_DEADLOCK to OperationalError (#693)
10+
311
## 0.8.1
412

513
Release date: 2018-05-07

0 commit comments

Comments
 (0)
0