Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
3411673f
Commit
3411673f
authored
Apr 06, 2016
by
Wenzel Jakob
Browse files
updated changelog
parent
9f0dfce8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
docs/changelog.rst
docs/changelog.rst
+8
-0
No files found.
docs/changelog.rst
View file @
3411673f
...
@@ -6,7 +6,15 @@ Changelog
...
@@ -6,7 +6,15 @@ 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
* Transparent passing of ``void *`` pointers using capsules
* Transparent support for returning values returned 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
* Support for "opaque" types that bypass the transparent conversion layer for STL containers
* Redesigned type casting interface to avoid ambiguities that could occasionally cause compiler errors
* Redesigned property implementation; fixes crashes due to an unfortunate
default return value policy.
* Anaconda package generation support
* Anaconda package generation support
1.3 (March 8, 2016)
1.3 (March 8, 2016)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment