From fcfbe5d84b539a469c67e35b32343fc188e4d384 Mon Sep 17 00:00:00 2001 From: changelog-updater Date: Fri, 12 Dec 2025 20:21:50 +0000 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b472e44..7688b7b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. 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] + +### Added +- Added SDL_SetWindowHitTest wrapper ([#268](https://github.com/vhspace/sdl3-rs/pull/268)) +- Add SDL_SetAudioStreamGain ([#267](https://github.com/vhspace/sdl3-rs/pull/267)) + +### Fixed +- Implemented Error for FileSystemError ([#265](https://github.com/vhspace/sdl3-rs/pull/265)) +- Don't unwrap keycode and pass directly the Option. ([#263](https://github.com/vhspace/sdl3-rs/pull/263)) + +### Dependencies +- Bump actions/cache from 4 to 5 ([#270](https://github.com/vhspace/sdl3-rs/pull/270)) +- Bump actions/checkout from 5 to 6 ([#261](https://github.com/vhspace/sdl3-rs/pull/261)) + ## [0.16.2] - 2025-11-16 ### Added @@ -94,6 +108,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump bitflags from 2.9.0 to 2.9.1 ([#207](https://github.com/vhspace/sdl3-rs/pull/207)) - Bump actions/cache from 3 to 4 ([#208](https://github.com/vhspace/sdl3-rs/pull/208)) +[unreleased]: https://github.com/vhspace/sdl3-rs/compare/v0.16.2...HEAD [0.16.2]: https://github.com/vhspace/sdl3-rs/compare/v0.16.1...v0.16.2 [0.16.1]: https://github.com/vhspace/sdl3-rs/compare/v0.16.0...v0.16.1 [0.16.0]: https://github.com/vhspace/sdl3-rs/compare/v0.15.1...v0.16.0