Skip to content

Commit 48a5ff5

Browse files
committed
Update CHANGELOG.md.
1 parent 51ce073 commit 48a5ff5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1717
### Added
1818
* `_PyDict_NewPresized`. [#849](https://github.com/PyO3/pyo3/pull/849)
1919
* `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)
2021

2122
### Fixed
2223
* `__radd__` and other `__r*__` methods now correctly work with operators. [#839](https://github.com/PyO3/pyo3/pull/839)

0 commit comments

Comments
 (0)