Skip to content

Commit 1a6b82d

Browse files
committed
Update CHANGELOG
1 parent 17a368b commit 1a6b82d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

3+
## v1.0.0
4+
5+
Release date: TBD
6+
7+
Backward incompatible changes:
8+
9+
* Python 2.7 and 3.5 are not supported.
10+
* old_password (used by MySQL older than 4.1) is not supported.
11+
12+
Other changes:
13+
14+
* Connection supports context manager API. ``__exit__`` closes the connection. (#886)
15+
* Add MySQL Connector/Python compatible TLS options (#903)
16+
17+
318
## v0.10.1
419

520
Release date: 2020-09-10

0 commit comments

Comments
 (0)