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
1ac22e35
Commit
1ac22e35
authored
Apr 25, 2016
by
Wenzel Jakob
Browse files
changelog updates
parent
f7b5874c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
docs/changelog.rst
docs/changelog.rst
+11
-1
No files found.
docs/changelog.rst
View file @
1ac22e35
...
@@ -5,7 +5,17 @@ Changelog
...
@@ -5,7 +5,17 @@ Changelog
1.6 (not yet released)
1.6 (not yet released)
----------------------
----------------------
* TBD
* Added a new ``move`` return value policy that triggers C++11 move semantics.
The automatic return value policy falls back to this case when a rvalue
reference is encountered
* ``keep_alive`` fix: don't fail when there is no patient
* ``functional.h``: acquire the GIL before calling Python function
* Added Python RAII type wrappers ``none`` and ``iterable``
* Added ``*args`` and ``*kwargs`` pass-through parameters to
``pybind11.get_include()`` function
* Significantly more general GIL state routines that are used instead of
Python's troublesome ``PyGILState_Ensure`` and ``PyGILState_Release`` API.
* Documentation improvements: ``opaque``, return value policies
1.5 (April 21, 2016)
1.5 (April 21, 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