Add a missing entry to CHANGELOG
This commit is contained in:
parent
d6f8514e1b
commit
e055fdb338
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue