From 0cb5bd59f604d85f72c62e59f97c0ad6655e2d04 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 2 Dec 2024 12:47:24 -0600 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c26ea..3a8c27d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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