pyo3/CHANGES.txt
2017-07-31 10:42:55 -07:00

25 lines
386 B
Plaintext

Changes
-------
0.2.x (xx-xx-2017)
^^^^^^^^^^^^^^^^^^
* Added weakref support #56
* Allow to add gc support without implementing PyGCProtocol #57
* Refactor `PyErr` implementation. Drop `py` parameter from constructor.
* Added subclass support #64
* Added `self.__dict__` supoort #68
* Added `pyo3::prelude` module #70
0.1.0 (07-23-2017)
^^^^^^^^^^^^^^^^^^
* Initial release