Skip to content

Commit

Permalink
Add Changes file
Browse files Browse the repository at this point in the history
  • Loading branch information
pelevesque committed Mar 9, 2023
1 parent 4f3ad9f commit 7b070fb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Revision history for MIDI::Make

0.2.0
- Fix typos in comments
- Fix zef tests
- Rename t/main.rakutest to t/all.rakutest
- Add Github Workflows
- Add the shortnames tag to classes
- Comment out windows-latest YAML test
- Update README.md: add version, update example
- Implement Test::Selector

0.1.0
- Implement basic MIDI functionalities:
- Create a MIDI file
- Add tracks
- Modify the tempo
- Modify the time-signature
- Create a note-on
- Create a note-off
- Provide the ♩ and \ operators

0 comments on commit 7b070fb

Please sign in to comment.