mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-19 15:10:38 +00:00
changelog updates
This commit is contained in:
parent
ad69634907
commit
163ac2ef53
@ -3,9 +3,21 @@
|
|||||||
Changelog
|
Changelog
|
||||||
#########
|
#########
|
||||||
|
|
||||||
1.8 (April 30, 2016)
|
1.8 (Not yet released)
|
||||||
----------------------
|
----------------------
|
||||||
TBD
|
* Fixed incorrect default return value policy for functions returning a shared
|
||||||
|
pointer
|
||||||
|
* Don't allow casting a ``None`` value into a C++ lvalue reference
|
||||||
|
* Fixed a crash in ``enum_::operator==`` that was triggered by the ``help()`` command
|
||||||
|
* Improved detection of whether or not custom C++ types can be copy/move-constructed
|
||||||
|
* Extended ``str`` type to also work with ``bytes`` instances
|
||||||
|
* Added ``[[noreturn]]`` attribute to ``pybind11_fail()`` to quench some
|
||||||
|
compiler warnings
|
||||||
|
* Various minor ``iterator`` and ``make_iterator()`` improvements
|
||||||
|
* Minor CMake build system improvements on Windows
|
||||||
|
* Many ``mkdoc.py`` improvements (enumerations, template arguments, ``DOC()``
|
||||||
|
macro accepts more arguments)
|
||||||
|
* Documentation improvements (pickling support, ``keep_alive``)
|
||||||
|
|
||||||
1.7 (April 30, 2016)
|
1.7 (April 30, 2016)
|
||||||
----------------------
|
----------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user