Skip to content

Commit

Permalink
Add changelog error for PR PyO3#532
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed Jul 14, 2019
1 parent ca07c48 commit e633ae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e633ae2

Please sign in to comment.