Update CHANGELOG.md

This commit is contained in:
Alexander Niederbühl 2020-01-12 01:28:41 +01:00
parent 0a84c201f7
commit 472fbf4fb8
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
* Clear error indicator when the exception is handled on the Rust side. [#719](https://github.com/PyO3/pyo3/pull/719)
* Fixed unsoundness of subclassing. [#683](https://github.com/PyO3/pyo3/pull/683).
### Removed