Skip to content

Commit dcc8dc4

Browse files
committed
added info about PR pybind#679
1 parent 98d345c commit dcc8dc4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ v2.1.0 (not yet released)
1717
`#634 <https://github.com/pybind/pybind11/pull/634>`_,
1818
`#650 <https://github.com/pybind/pybind11/pull/650>`_.
1919

20+
* Fixed a regression where static properties no longer worked with classes
21+
using multiple inheritance. The ``py::metaclass`` attribute is no longer
22+
necessary (and deprecated as of this release) when binding classes with
23+
static properties.
24+
`#679 <https://github.com/pybind/pybind11/pull/679>`_,
25+
26+
* Classes bound using ``pybind11`` can now use custom metaclasses.
27+
`#679 <https://github.com/pybind/pybind11/pull/679>`_,
28+
2029
* ``py::args`` and ``py::kwargs`` can now be mixed with other positional
2130
arguments when binding functions using pybind11.
2231
`#611 <https://github.com/pybind/pybind11/pull/611>`_.

0 commit comments

Comments
 (0)