diff --git a/CHANGELOG.md b/CHANGELOG.md index 28162ef4..b9f0fd01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -188,6 +188,15 @@ For more information, see the discussions in [#671], [#675], and [#730]. [#571]: https://github.com/rust-random/getrandom/pull/571 [#574]: https://github.com/rust-random/getrandom/pull/574 +## [0.2.17] - 2026-01-12 +### Fixed +- Use `doc_cfg` instead of `doc_auto_cfg` (partial backport of [#732]) [#768] +- `BCryptGenRandom` signature [#778] + +[#732]: https://github.com/rust-random/getrandom/pull/732 +[#768]: https://github.com/rust-random/getrandom/pull/768 +[#778]: https://github.com/rust-random/getrandom/pull/778 + ## [0.2.16] - 2025-04-22 ### Added - Cygwin support (backport of [#626]) [#654] @@ -650,6 +659,7 @@ Publish an empty template library. [0.3.2]: https://github.com/rust-random/getrandom/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/rust-random/getrandom/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/rust-random/getrandom/compare/v0.2.15...v0.3.0 +[0.2.17]: https://github.com/rust-random/getrandom/compare/v0.2.16...v0.2.17 [0.2.16]: https://github.com/rust-random/getrandom/compare/v0.2.15...v0.2.16 [0.2.15]: https://github.com/rust-random/getrandom/compare/v0.2.14...v0.2.15 [0.2.14]: https://github.com/rust-random/getrandom/compare/v0.2.13...v0.2.14