Skip to content

Commit

Permalink
update changelog to document anyhow-integration feature
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-laplante committed Aug 23, 2021
1 parent 666043d commit c35b48d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Add `PyList::get_item_unchecked()` and `PyTuple::get_item_unchecked()` to get items without bounds checks. [#1733](https://github.com/PyO3/pyo3/pull/1733)
- Add `PyAny::py()` as a convenience for `PyNativeType::py()`. [#1751](https://github.com/PyO3/pyo3/pull/1751)
- Add `anyhow-integration` features which provides `impl From<anyhow::Error> for PyErr`. [#1822](https://github.com/PyO3/pyo3/pull/1822)

### Changed

Expand Down

0 comments on commit c35b48d

Please sign in to comment.