We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ce073 commit 48a5ff5Copy full SHA for 48a5ff5
CHANGELOG.md
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
17
### Added
18
* `_PyDict_NewPresized`. [#849](https://github.com/PyO3/pyo3/pull/849)
19
* `IntoPy<PyObject>` for `HashSet` and `BTreeSet`. [#864](https://github.com/PyO3/pyo3/pull/864)
20
+* `ObjectProtocol::dir`. [#886](https://github.com/PyO3/pyo3/pull/886)
21
22
### Fixed
23
* `__radd__` and other `__r*__` methods now correctly work with operators. [#839](https://github.com/PyO3/pyo3/pull/839)
0 commit comments