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