updated changelog

This commit is contained in:
Wenzel Jakob 2016-01-29 11:48:40 +01:00
parent b6cf75d66a
commit cd4e6ae3f0

View File

@ -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)
--------------------------