Commit 6642f389 by Henry Schreiner Committed by GitHub

docs: update changelog (#3122)

parent 4359e00b
...@@ -30,6 +30,10 @@ New features: ...@@ -30,6 +30,10 @@ New features:
``os.PathLike`` to ``std::filesystem::path``. ``os.PathLike`` to ``std::filesystem::path``.
`#2730 <https://github.com/pybind/pybind11/pull/2730>`_ `#2730 <https://github.com/pybind/pybind11/pull/2730>`_
* A ``PYBIND11_VERSION_HEX`` define was added, similar to ``PY_VERSION_HEX``.
`#3120 <https://github.com/pybind/pybind11/pull/3120>`_
Changes: Changes:
...@@ -101,6 +105,10 @@ Fixes: ...@@ -101,6 +105,10 @@ Fixes:
from a ``shared_from_this`` class. from a ``shared_from_this`` class.
`#2819 <https://github.com/pybind/pybind11/pull/2819>`_ `#2819 <https://github.com/pybind/pybind11/pull/2819>`_
* Allow the codec's exception to be raised instead of :code:`RuntimeError` when
casting from :code:`py::str` to :code:`std::string`.
`#2903 <https://github.com/pybind/pybind11/pull/2903>`_
Build system improvements: Build system improvements:
...@@ -121,6 +129,10 @@ Build system improvements: ...@@ -121,6 +129,10 @@ Build system improvements:
* Clang on Windows: do not pass ``/MP`` (ignored flag). * Clang on Windows: do not pass ``/MP`` (ignored flag).
`#2824 <https://github.com/pybind/pybind11/pull/2824>`_ `#2824 <https://github.com/pybind/pybind11/pull/2824>`_
* ``pybind11.setup_helpers.intree_extensions`` can be used to generate
``Pybind11Extension`` instances from cpp files placed in the Python package
source tree.
`#2831 <https://github.com/pybind/pybind11/pull/2831>`_
Backend and tidying up: Backend and tidying up:
...@@ -129,8 +141,10 @@ Backend and tidying up: ...@@ -129,8 +141,10 @@ Backend and tidying up:
`#3046 <https://github.com/pybind/pybind11/pull/3046>`_, `#3046 <https://github.com/pybind/pybind11/pull/3046>`_,
`#3049 <https://github.com/pybind/pybind11/pull/3049>`_, `#3049 <https://github.com/pybind/pybind11/pull/3049>`_,
`#3051 <https://github.com/pybind/pybind11/pull/3051>`_, `#3051 <https://github.com/pybind/pybind11/pull/3051>`_,
`#3052 <https://github.com/pybind/pybind11/pull/3052>`_, and `#3052 <https://github.com/pybind/pybind11/pull/3052>`_,
`#3080 <https://github.com/pybind/pybind11/pull/3080>`_ `#3080 <https://github.com/pybind/pybind11/pull/3080>`_, and
`#3094 <https://github.com/pybind/pybind11/pull/3094>`_
* Checks for common misspellings were added to the pre-commit hooks. * Checks for common misspellings were added to the pre-commit hooks.
`#3076 <https://github.com/pybind/pybind11/pull/3076>`_ `#3076 <https://github.com/pybind/pybind11/pull/3076>`_
...@@ -143,7 +157,14 @@ Backend and tidying up: ...@@ -143,7 +157,14 @@ Backend and tidying up:
`#2956 <https://github.com/pybind/pybind11/pull/2956>`_ `#2956 <https://github.com/pybind/pybind11/pull/2956>`_
* Added nox support for easier local testing and linting of contributions. * Added nox support for easier local testing and linting of contributions.
`#3101 <https://github.com/pybind/pybind11/pull/3101>`_ `#3101 <https://github.com/pybind/pybind11/pull/3101>`_ and
`#3121 <https://github.com/pybind/pybind11/pull/3121>`_
* Avoid RTD style issue with docutils 0.17+.
`#3119 <https://github.com/pybind/pybind11/pull/3119>`_
* Support pipx run, such as ``pipx run pybind11 --include`` for a quick compile.
`#3117 <https://github.com/pybind/pybind11/pull/3117>`_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment