From f8dafe908e120f8c021fde7739f01eb54a903704 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Wed, 4 Jan 2017 15:09:49 +0100 Subject: [PATCH] changelog for 2.0.1 release --- docs/changelog.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index db5ddaed7..74bedde8b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,15 @@ Changelog Starting with version 1.8.0, pybind11 releases use a `semantic versioning `_ policy. +v2.0.1 (Jan 4, 2017) +----------------------------------------------------- + +* Fix pointer to reference error in type_caster on MSVC + `#583 `_. + +* Fixed a segmentation in the test suite due to a typo + `cd7eac `_. + v2.0.0 (Jan 1, 2017) ----------------------------------------------------- @@ -24,7 +33,7 @@ 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 links PRs or individual commits +usability improvements. The following list links PRs or individual commits whenever applicable. Happy Christmas!