From cd4e6ae3f0e4f1116ffb468ebd00147528b25fc5 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Fri, 29 Jan 2016 11:48:40 +0100 Subject: [PATCH] updated changelog --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0e6161a87..9cb07354c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -30,6 +30,10 @@ Changelog * unified infrastructure for parsing variadic arguments in ``class_`` and cpp_function * Fixed license text (was: ZLIB, should have been: 3-clause BSD) * Python 3.2 compatibility +* Fixed remaining issues when accessing types in another plugin module +* Added enum comparison and casting methods +* Improved SFINAE-based detection of whether types are copy-constructible +* Eliminated many warnings about unused variables and the use of ``offsetof()`` 1.1 (December 7, 2015) --------------------------