Add changelog entry [ci skip]

This commit is contained in:
Martin Larralde 2020-04-08 16:35:22 +02:00
parent b73bb06ff4
commit 049202c011
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
* `FromPyObject` implementations for `HashSet` and `BTreeSet`. [#842](https://github.com/PyO3/pyo3/pull/842)
### Fixed
- Garbage Collector causing random panics when traversing objects that were mutably borrowed. [#855](https://github.com/PyO3/pyo3/pull/855)
## [0.9.1]
### Fixed