Skip to content

Commit

Permalink
Add a change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerr committed Mar 30, 2023
1 parent 4f434aa commit 0a55877
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 0.1.2

- Renamed `KiraSoundHandle` to `KiraStaticSoundHandle`

- Removed the event based KiraAddClockEvent, KiraAddTrackEvent, KiraClocks and KiraTracks APIs,
clocks and tracks should now be added in a startup system that interfaces with `KiraContext`
directly. See the `drum_machine` example for reference.
This allows using the full capability of the Kira tracks API including routing sub-tracks
together.

- Added ability to play dynamic sounds that implement kira's Sound / SoundData APIs. See
`play_dynamic_sound` example.

- Re-organized code into modules using the more recent recommendations for module naming (i.e.
`foo.rs` along side a `foo` directory for any sub-modules, rather than `for/mod.rs`).

# 0.1.1

- Added feature flags for the supported static file loaders

# 0.1.0

- First release

0 comments on commit 0a55877

Please sign in to comment.