Skip to content

Commit

Permalink
Add changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Anderson committed Jan 11, 2022
1 parent 4876c45 commit e6c92c5
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 @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Expose `pyo3-build-config` APIs for cross-compiling and Python configuration discovery for use in other projects. [#1996](https://github.com/PyO3/pyo3/pull/1996)
- Add buffer magic methods `__getbuffer__` and `__releasebuffer__` to `#[pymethods]`. [#2067](https://github.com/PyO3/pyo3/pull/2067)
- Accept paths in `wrap_pyfunction` and `wrap_pymodule`. [#2081](https://github.com/PyO3/pyo3/pull/2081)
- Add `export-config` feature to `pyo3-build-config` to allow dependent crates to access `PYO3_CONFIG_FILE` values. [#2092](https://github.com/PyO3/pyo3/pull/2092)

### Changed

Expand Down

0 comments on commit e6c92c5

Please sign in to comment.