Skip to content

Commit 91a73bc

Browse files
committed
Edit changelog
1 parent 1ef9cb0 commit 91a73bc

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
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
- Add `Py::setattr` method. [#2009](https://github.com/PyO3/pyo3/pull/2009)
2323
- Add `PyCapsule`, exposing the [Capsule API](https://docs.python.org/3/c-api/capsule.html#capsules). [#1980](https://github.com/PyO3/pyo3/pull/1980)
24+
- `#[pyclass]` now supports fieldless enums. It also provide default implementation for `__repr__`, `__int__`, and `__richcmp__` for enums.
2425

2526
### Changed
2627

0 commit comments

Comments
 (0)