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
33c2a049
Commit
33c2a049
authored
Apr 07, 2016
by
Wenzel Jakob
Browse files
minor documentation update
parent
95dc0695
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docs/changelog.rst
docs/changelog.rst
+2
-3
docs/release.rst
docs/release.rst
+1
-0
No files found.
docs/changelog.rst
View file @
33c2a049
...
...
@@ -3,7 +3,7 @@
Changelog
#########
1.4 (
not yet released
)
1.4 (
April 7, 2016
)
--------------------------
* Transparent type conversion for ``std::wstring`` and ``wchar_t``
* Allow passing ``nullptr``-valued strings
...
...
@@ -13,8 +13,7 @@ Changelog
* 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.
* Redesigned property implementation; fixes crashes due to an unfortunate default return value policy.
* Anaconda package generation support
1.3 (March 8, 2016)
...
...
docs/release.rst
View file @
33c2a049
...
...
@@ -5,6 +5,7 @@ To release a new version of pybind11:
- ``git add`` and ``git commit``.
- ``python setup.py sdist upload``.
- ``python setup.py bdist_wheel upload``.
- Tag release date in ``doc/changelog.rst``.
- Tag the commit and push to anaconda.org
- ``git tag -a X.X -m '[Release comment]'``.
- ``conda-build conda.recipe --output``
...
...
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