Add a missing entry to CHANGELOG

This commit is contained in:
kngwyu 2019-08-12 22:46:15 +09:00
parent d6f8514e1b
commit e055fdb338
1 changed files with 2 additions and 1 deletions

View File

@ -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.