Skip to content
Snippets Groups Projects
Commit 0e6ca591 authored by Wenzel Jakob's avatar Wenzel Jakob
Browse files

version 1.4

parent 3411673f
No related branches found
Tags v1.4
No related merge requests found
......@@ -6,9 +6,9 @@ Changelog
1.4 (not yet released)
--------------------------
* 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 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
* Nicer debug error message when default parameter construction fails
* Support for "opaque" types that bypass the transparent conversion layer for STL containers
......
version_info = (1, 4, 'dev0')
version_info = (1, 4)
__version__ = '.'.join(map(str, version_info))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment