Add a note about PyAny in CHANGELOG
This commit is contained in:
parent
f3fe0dfdd5
commit
2db0612b6e
|
@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
* Renamed `PyObjectRef` to `PyAny` in #388
|
||||||
* Renamed `add_function` to `add_wrapped` as it now also supports modules.
|
* Renamed `add_function` to `add_wrapped` as it now also supports modules.
|
||||||
* Renamed `#[pymodinit]` to `#[pymodule]`
|
* Renamed `#[pymodinit]` to `#[pymodule]`
|
||||||
* `py.init(|| value)` becomes `Py::new(value)`
|
* `py.init(|| value)` becomes `Py::new(value)`
|
||||||
|
|
Loading…
Reference in New Issue