mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 22:52:01 +00:00
minor documentation update
This commit is contained in:
parent
95dc0695b7
commit
33c2a0494f
@ -3,7 +3,7 @@
|
|||||||
Changelog
|
Changelog
|
||||||
#########
|
#########
|
||||||
|
|
||||||
1.4 (not yet released)
|
1.4 (April 7, 2016)
|
||||||
--------------------------
|
--------------------------
|
||||||
* Transparent type conversion for ``std::wstring`` and ``wchar_t``
|
* Transparent type conversion for ``std::wstring`` and ``wchar_t``
|
||||||
* Allow passing ``nullptr``-valued strings
|
* Allow passing ``nullptr``-valued strings
|
||||||
@ -13,8 +13,7 @@ Changelog
|
|||||||
* 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
|
||||||
* Redesigned type casting interface to avoid ambiguities that could occasionally cause compiler errors
|
* Redesigned type casting interface to avoid ambiguities that could occasionally cause compiler errors
|
||||||
* Redesigned property implementation; fixes crashes due to an unfortunate
|
* Redesigned property implementation; fixes crashes due to an unfortunate default return value policy.
|
||||||
default return value policy.
|
|
||||||
* Anaconda package generation support
|
* Anaconda package generation support
|
||||||
|
|
||||||
1.3 (March 8, 2016)
|
1.3 (March 8, 2016)
|
||||||
|
@ -5,6 +5,7 @@ To release a new version of pybind11:
|
|||||||
- ``git add`` and ``git commit``.
|
- ``git add`` and ``git commit``.
|
||||||
- ``python setup.py sdist upload``.
|
- ``python setup.py sdist upload``.
|
||||||
- ``python setup.py bdist_wheel upload``.
|
- ``python setup.py bdist_wheel upload``.
|
||||||
|
- Tag release date in ``doc/changelog.rst``.
|
||||||
- Tag the commit and push to anaconda.org
|
- Tag the commit and push to anaconda.org
|
||||||
- ``git tag -a X.X -m '[Release comment]'``.
|
- ``git tag -a X.X -m '[Release comment]'``.
|
||||||
- ``conda-build conda.recipe --output``
|
- ``conda-build conda.recipe --output``
|
||||||
|
Loading…
Reference in New Issue
Block a user