add changelog for 2198

This commit is contained in:
David Hewitt 2022-03-03 07:34:01 +00:00
parent 5ac495e547
commit 84cb8cdb6e
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@ PyO3 versions, please see the [migration guide](https://pyo3.rs/latest/migration
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Fix incorrect platform detection for Windows in `pyo3-build-config`. [#2198](https://github.com/PyO3/pyo3/pull/2198)
## [0.16.0] - 2022-02-27
### Packaging