Update changelog
This commit is contained in:
parent
13e7e3968a
commit
ece59c92f0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue