Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Jan 3, 2021
1 parent 17a368b commit 1a6b82d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changes

## v1.0.0

Release date: TBD

Backward incompatible changes:

* Python 2.7 and 3.5 are not supported.
* old_password (used by MySQL older than 4.1) is not supported.

Other changes:

* Connection supports context manager API. ``__exit__`` closes the connection. (#886)
* Add MySQL Connector/Python compatible TLS options (#903)


## v0.10.1

Release date: 2020-09-10
Expand Down

0 comments on commit 1a6b82d

Please sign in to comment.