2018-05-30 13:03:31 +00:00
|
|
|
# Changelog
|
2017-07-24 19:19:05 +00:00
|
|
|
|
2018-05-30 13:03:31 +00:00
|
|
|
## 0.2.7 (2018-05-18)
|
2018-02-10 19:27:45 +00:00
|
|
|
|
2018-05-30 13:03:31 +00:00
|
|
|
* Fix nightly breakage with proc_macro_path
|
2018-02-21 18:29:14 +00:00
|
|
|
|
2018-05-30 13:03:31 +00:00
|
|
|
## 0.2.6 (2018-04-03)
|
2018-02-10 19:27:45 +00:00
|
|
|
|
2018-05-30 13:03:31 +00:00
|
|
|
* Fix compatibility with TryFrom trait #137
|
2018-02-11 17:38:50 +00:00
|
|
|
|
2018-05-30 13:03:31 +00:00
|
|
|
## 0.2.5 (2018-02-21)
|
2018-02-21 17:39:06 +00:00
|
|
|
|
2018-05-30 13:03:31 +00:00
|
|
|
* CPython 3.7 support
|
|
|
|
* Embedded CPython 3.7b1 crashes on initialization #110
|
|
|
|
* Generated extension functions are weakly typed #108
|
|
|
|
* call_method*() crashes when the method does not exist #113
|
2018-02-21 18:35:49 +00:00
|
|
|
* Allow importing exceptions from nested modules #116
|
|
|
|
|
2018-05-30 13:03:31 +00:00
|
|
|
## 0.2.4 (2018-01-19)
|
2018-01-19 17:04:42 +00:00
|
|
|
|
|
|
|
* Allow to get mutable ref from PyObject #106
|
|
|
|
* Drop `RefFromPyObject` trait
|
|
|
|
* Add Python::register_any() method
|
2018-01-17 16:09:44 +00:00
|
|
|
* Fix impl `FromPyObject` for `Py<T>`
|
2017-12-26 21:42:32 +00:00
|
|
|
* Mark method that work with raw pointers as unsafe #95
|
|
|
|
|
|
|
|
|
2018-05-30 13:03:31 +00:00
|
|
|
## 0.2.3 (11-27-2017)
|
2017-11-27 18:59:45 +00:00
|
|
|
|
|
|
|
* Proper `c_char` usage #93
|
2017-11-27 19:27:09 +00:00
|
|
|
* Remove use of now unneeded 'AsciiExt' trait
|
|
|
|
* Rustup to 1.23.0-nightly 2017-11-07
|
2017-11-23 04:08:05 +00:00
|
|
|
|
2018-05-30 13:03:31 +00:00
|
|
|
## 0.2.2 (09-26-2017)
|
2017-11-18 17:20:03 +00:00
|
|
|
|
|
|
|
* Rustup to 1.22.0-nightly 2017-09-30
|
|
|
|
|
2018-05-30 13:03:31 +00:00
|
|
|
## 0.2.1 (09-26-2017)
|
2017-11-18 17:20:03 +00:00
|
|
|
|
|
|
|
* Fix rustc const_fn nightly breakage
|
|
|
|
|
2018-05-30 13:03:31 +00:00
|
|
|
## 0.2.0 (08-12-2017)
|
2017-07-24 19:19:05 +00:00
|
|
|
|
2017-08-12 03:42:26 +00:00
|
|
|
* Added inheritance support #15
|
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-08-03 22:01:52 +00:00
|
|
|
* Introduce IntoPyDictPointer similar to IntoPyTuple #69
|
|
|
|
|
2018-05-30 13:03:31 +00:00
|
|
|
## 0.1.0 (07-23-2017)
|
2017-07-24 19:19:05 +00:00
|
|
|
|
|
|
|
* Initial release
|