Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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]

### <!-- 0 -->Added
- Add SDL_SetAudioStreamGain ([#267](https://github.com/vhspace/sdl3-rs/pull/267))

### <!-- 2 -->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))

### <!-- 4 -->Dependencies
- Bump actions/checkout from 5 to 6 ([#261](https://github.com/vhspace/sdl3-rs/pull/261))

## [0.16.2] - 2025-11-16

### <!-- 0 -->Added
Expand Down Expand Up @@ -94,6 +106,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
Expand Down