aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenzel Jakob <wenzel.jakob@epfl.ch>2019-09-20 10:49:52 +0200
committerWenzel Jakob <wenzel.jakob@epfl.ch>2019-09-20 10:49:54 +0200
commit5fd187ebe92b3fbd3e467a08c194dc254a1edd74 (patch)
tree75e48e06983db36638eb86d34aeea5fd4e65e65c
parent21d0eb460f3d6932cbf9544d636d22080bf386b6 (diff)
downloadplatform_external_python_pybind11-5fd187ebe92b3fbd3e467a08c194dc254a1edd74.tar.gz
platform_external_python_pybind11-5fd187ebe92b3fbd3e467a08c194dc254a1edd74.tar.bz2
platform_external_python_pybind11-5fd187ebe92b3fbd3e467a08c194dc254a1edd74.zip
minor changelog cleanup
[ci skip]
-rw-r--r--docs/changelog.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index eaf8c25..534f10e 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -39,9 +39,6 @@ v2.4.0 (Sep 19, 2019)
like ``overload_cast`` with an additional set of parantheses.
`1581 <https://github.com/pybind/pybind11/pull/1581>`_.
-* ``overload_cast_impl`` is now available in C++11.
- `1581 <https://github.com/pybind/pybind11/pull/1581>`_.
-
* Fixed ``get_include()`` on Conda.
`1877 <https://github.com/pybind/pybind11/pull/1877>`_.