Update CHANGELOG.
Some checks failed
Test / test (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Nolan Darilek 2024-12-02 12:47:24 -06:00
parent 041165cf61
commit 0cb5bd59f6

View File

@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
## Version 0.8.0 - 2024-12-02
### Bug Fixes
- Clear generator when source is cleared, and improve handling for changing source types.
### Features
- Add `Sound.playback_position` to support initializing new buffers at non-zero playback position.
### Miscellaneous Tasks
- Clean up code.
## Version 0.7.0 - 2024-07-07
### Miscellaneous Tasks