File tree 1 file changed +9
-0
lines changed 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,15 @@ v2.1.0 (not yet released)
17
17
`#634 <https://github.com/pybind/pybind11/pull/634 >`_,
18
18
`#650 <https://github.com/pybind/pybind11/pull/650 >`_.
19
19
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
+
20
29
* ``py::args `` and ``py::kwargs `` can now be mixed with other positional
21
30
arguments when binding functions using pybind11.
22
31
`#611 <https://github.com/pybind/pybind11/pull/611 >`_.
You can’t perform that action at this time.
0 commit comments