Update CHANGELOG.md
This commit is contained in:
parent
dc581fa746
commit
dd8e6211d5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue