From e6ca87d5dc8b1aef5d48176ca59ea5bd1bfdabde Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Sun, 14 Apr 2019 01:56:11 +0200 Subject: [PATCH] Update `CHANGELOG.md` with latest bugfixes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9739b5a7..9d4995ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * `type_object::PyTypeObject` has been marked unsafe because breaking the contract `type_object::PyTypeObject::init_type` can lead to UB. * Fixed automatic derive of `PySequenceProtocol` implementation in [#423](https://github.com/PyO3/pyo3/pull/423). * Capitalization & better wording to README.md. + * Docstrings of properties is now properly set using the doc of the `#[getter]` method. + * Fixed issues with `pymethods` crashing on doc comments containing double quotes. ## [0.6.0] - 2018-03-28