Skip to content

Commit

Permalink
Merge pull request PyO3#575 from kngwyu/chlog
Browse files Browse the repository at this point in the history
Add a missing entry to CHANGELOG
  • Loading branch information
kngwyu authored Aug 14, 2019
2 parents d6f8514 + e055fdb commit e752bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* `py_run!` macro [#512](https://github.com/PyO3/pyo3/pull/512)
* Use existing fields and methods before calling custom __getattr__. [#505](https://github.com/PyO3/pyo3/pull/512)
* `PyBytes` can now be indexed just like `Vec<u8>`
* Implement `IntoPyObject` for `PyRef` and `PyRefMut`.

## Removed
## Removed

* `#[pyclass(subclass)]` is hidden a `unsound-subclass` feature because it's causing segmentation faults.

Expand Down

0 comments on commit e752bd2

Please sign in to comment.