Update changelog

This commit is contained in:
konstin 2018-11-24 13:16:36 +01:00
parent 13e7e3968a
commit ece59c92f0
1 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* `PyToken` was removed due to unsoundness (See [#94](https://github.com/PyO3/pyo3/issues/94)).
* Removed the unnecessary type parameter from `PyObjectAlloc`
## [0.5.1] - 2018-11-24
### Fixed
* Fix undeterministic segfaults when creating many objects by kngwyu in [#281](https://github.com/PyO3/pyo3/pull/281)
## [0.5.0] - 2018-11-11
### Added