Skip to content

Commit 24c3994

Browse files
committed
add changelog
1 parent 2bcc42a commit 24c3994

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 4.0.0 (unreleased)
2+
## Features
3+
- `MidiFile::into_events` returns an iterator of `Timed<LiveEvent>`
4+
- `Micros` and `UMicros`: strongly typed microseconds
5+
- `DurationExt` for `core::time::Duration`. Converts the duration into `UMicros`
6+
7+
## Breaking Changes
8+
- `Note` -> `Key`, and `Key` -> `Note`
9+
- `key!` -> `note!`
10+
- All variants that contained a `key` field have been replaced with a `note` field
11+
12+
113
# 3.2.0
214
## `bevy_midix` (April 15, 2025)
315
- feat: WASM compatability with example!

0 commit comments

Comments
 (0)