mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
version 1.4
This commit is contained in:
parent
3411673fbf
commit
0e6ca5916e
@ -6,9 +6,9 @@ Changelog
|
|||||||
1.4 (not yet released)
|
1.4 (not yet released)
|
||||||
--------------------------
|
--------------------------
|
||||||
* Transparent type conversion for ``std::wstring`` and ``wchar_t``
|
* Transparent type conversion for ``std::wstring`` and ``wchar_t``
|
||||||
* Allow passing null pointers for strings
|
* Allow passing ``nullptr``-valued strings
|
||||||
* Transparent passing of ``void *`` pointers using capsules
|
* Transparent passing of ``void *`` pointers using capsules
|
||||||
* Transparent support for returning values returned in ``std::unique_ptr``
|
* Transparent support for returning values wrapped in ``std::unique_ptr<>``
|
||||||
* Improved docstring generation for compatibility with Sphinx
|
* Improved docstring generation for compatibility with Sphinx
|
||||||
* Nicer debug error message when default parameter construction fails
|
* Nicer debug error message when default parameter construction fails
|
||||||
* Support for "opaque" types that bypass the transparent conversion layer for STL containers
|
* Support for "opaque" types that bypass the transparent conversion layer for STL containers
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
version_info = (1, 4, 'dev0')
|
version_info = (1, 4)
|
||||||
__version__ = '.'.join(map(str, version_info))
|
__version__ = '.'.join(map(str, version_info))
|
||||||
|
Loading…
Reference in New Issue
Block a user