From 7b070fb8b5ff4a9a382d93fbd6e4ff27cb8ae2bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Emmanuel=20L=C3=A9vesque?= Date: Wed, 8 Mar 2023 18:43:22 -0500 Subject: [PATCH] Add Changes file --- Changes | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Changes diff --git a/Changes b/Changes new file mode 100644 index 0000000..8c4b53b --- /dev/null +++ b/Changes @@ -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