changelog update

This commit is contained in:
Wenzel Jakob 2016-02-22 17:32:44 +01:00
parent bee8f16dbb
commit cf2b87aa5e
1 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,12 @@ Changelog
1.3 (not yet released)
--------------------------
* TBD
* Added support for the Intel C++ compiler (v15+)
* Added support for the STL unordered set/map data structures
* NumPy-style broadcasting support in ``pybind11::vectorize``
* pybind11 now displays more verbose error messages when ``arg::operator=()`` fails.
* Removed 'pybind11' python package whose purpose was never quite defined
1.2 (February 7, 2016)
--------------------------