2017-07-24 19:19:05 +00:00
|
|
|
Changes
|
|
|
|
-------
|
|
|
|
|
2017-07-26 08:11:00 +00:00
|
|
|
0.2.x (xx-xx-2017)
|
2017-07-24 19:19:05 +00:00
|
|
|
^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2017-07-24 20:03:18 +00:00
|
|
|
* Added weakref support #56
|
|
|
|
|
2017-07-24 19:19:05 +00:00
|
|
|
* Allow to add gc support without implementing PyGCProtocol #57
|
|
|
|
|
2017-07-26 08:11:00 +00:00
|
|
|
* 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
|
|
|
|
|
2017-07-31 17:42:55 +00:00
|
|
|
* Added `pyo3::prelude` module #70
|
|
|
|
|
2017-08-03 19:32:02 +00:00
|
|
|
* Better `Iterator` support for PyTuple, PyList, PyDict #75
|
2017-07-31 17:42:55 +00:00
|
|
|
|
2017-08-03 22:01:52 +00:00
|
|
|
* Introduce IntoPyDictPointer similar to IntoPyTuple #69
|
|
|
|
|
2017-07-24 19:19:05 +00:00
|
|
|
|
|
|
|
0.1.0 (07-23-2017)
|
|
|
|
^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
* Initial release
|