Add changelog error for PR #532

This commit is contained in:
Paul Ganssle 2019-07-14 18:00:16 +02:00
parent ca07c48931
commit e633ae25eb
No known key found for this signature in database
GPG Key ID: CD54FCE3D964BEFB
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
* Implementing the Using the `gc` parameter for `pyclass` (e.g. `#[pyclass(gc)]`) without implementing the `class::PyGCProtocol` trait is now a compile-time error. Failing to implement this trait could lead to segfaults. [#532](https://github.com/PyO3/pyo3/pull/532)
## [0.7.0] - 2018-05-26
### Added