From ed52f4664c9bb596f7a95d0313324963b90e4906 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Mon, 26 Dec 2016 13:18:26 +0100 Subject: [PATCH] updated changelog --- docs/changelog.rst | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3229ebc4..e44c1272 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,9 +3,19 @@ Changelog ######### -Starting with version 1.8, pybind11 releases use a `semantic versioning +Starting with version 1.8.0, pybind11 releases use a `semantic versioning `_ policy. +v2.0.0 (???) +----------------------------------------------------- + +* Fixed a reference counting regression affecting types with custom metaclasses + (introduced in v2.0.0-rc1). + `#571 `_. + +* Quenched a CMake policy warning. + `#570 `_. + v2.0.0-rc1 (Dec 23) ----------------------------------------------------- @@ -14,8 +24,8 @@ with a subsequent v2.0.0 release planned in early January next year. An incredible amount of effort by went into pybind11 over the last ~5 months, leading to a release that is jam-packed with exciting new features and numerous -usuability improvements. The following list is roughly ordered in order of -importance and links PRs or individual commits whenever applicable. +usuability improvements. The following list links PRs or individual commits +whenever applicable. Happy Christmas! @@ -26,7 +36,9 @@ Happy Christmas! interoperate with the future 5.7 release. No code changes are necessary, everything "just" works as usual. Note that we only target the Python 2.7 branch for now; support for 3.x will be added once its ``cpyext`` extension - support catches up. `#527 `_. + support catches up. A few minor features remain unsupported for the time + being (notably dynamic attributes in custom types). + `#527 `_. * Significant work on the documentation -- in particular, the monolitic ``advanced.rst`` file was restructured into a easier to read hierarchical