pyo3/CHANGES.txt

22 lines
349 B
Plaintext
Raw Normal View History

Changes
-------
0.2.x (xx-xx-2017)
^^^^^^^^^^^^^^^^^^
2017-07-24 20:03:18 +00:00
* Added weakref support #56
* Allow to add gc support without implementing PyGCProtocol #57
* Refactor `PyErr` implementation. Drop `py` parameter from constructor.
2017-07-27 15:05:15 +00:00
* Added subclass support #64
2017-07-28 14:21:59 +00:00
* Added `self.__dict__` supoort #68
0.1.0 (07-23-2017)
^^^^^^^^^^^^^^^^^^
* Initial release