Update CHANGELOG.md

This commit is contained in:
Alexander Niederbühl 2019-03-17 20:39:51 +01:00
parent dc581fa746
commit dd8e6211d5
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
* A soudness hole where every instances of a `#[pyclass]` struct was considered to be part of a python object, even though you can create instances that are not part of the python heap. This was fixed through `PyRef` and `PyRefMut`.
* Fix kwargs support in [#328].
* Add full support for `__dict__` in [#403].
## [0.5.3] - 2019-01-04