Edit CHANGELOG

This commit is contained in:
kngwyu 2019-06-15 23:12:22 +09:00
parent 503ec1a061
commit 9073956da6
1 changed files with 6 additions and 0 deletions

View File

@ -10,7 +10,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
* `module` argument to `pyclass` macro. [#499](https://github.com/PyO3/pyo3/pull/499)
* `py_run!` macro [#512](https://github.com/PyO3/pyo3/pull/512)
### Fixed
* More readable error message for generics in pyclass [#503](https://github.com/PyO3/pyo3/pull/503)
### Changed
## [0.7.0] - 2018-05-26