From 84bfc4526486baa36793f7821e01d7047e099f3f Mon Sep 17 00:00:00 2001 From: Autumn Date: Sat, 2 Sep 2023 11:58:00 -0700 Subject: [PATCH] add #1333 to changelog.md --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index d52eac0b6d..0ae52b2cea 100644 --- a/changelog.md +++ b/changelog.md @@ -14,6 +14,8 @@ when upgrading from a version of rust-sdl2 to another. [PR #1318](https://github.com/Rust-SDL2/rust-sdl2/pull/1318) Add NV12, NV21 to PixelFormatEnum +[PR #1333](https://github.com/Rust-SDL2/rust-sdl2/pull/1333) Implement `FusedIterator`, `DoubleEndedIterator`, `and nth[_back]` for `{audio,video,render}::DriverIterator` + ### v0.35.2 [PR #1173](https://github.com/Rust-SDL2/rust-sdl2/pull/1173) Fix segfault when using timer callbacks