aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-06-20 03:32:33 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-06-20 03:32:33 +0300
commit94dba775b234a57ad45dabf77200d305c94d7bf0 (patch)
tree3405ff6deca2c6db5625eeb4bb1b3478fc8056be /README.md
parentde497be6f18da59721cca4f1771093b4f0613abc (diff)
downloadlibADLMIDI-94dba775b234a57ad45dabf77200d305c94d7bf0.tar.gz
libADLMIDI-94dba775b234a57ad45dabf77200d305c94d7bf0.tar.bz2
libADLMIDI-94dba775b234a57ad45dabf77200d305c94d7bf0.zip
Change version to 1.4.0 and mark it as "dev"
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c2953d9..227900d 100644
--- a/README.md
+++ b/README.md
@@ -151,6 +151,9 @@ To build that example you will need to have installed SDL2 library.
* Add support of MIDI Format 2 files (FL Studio made MIDI-files are wired and opening of those files making lossy of tempo and some meta-information events)
# Changelog
+## 1.4.0 <dev>
+ * Implemented a full support for Portamento! (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!)
+
## 1.3.3 2018-06-19
* Fixed an inability to load another custom bank without of library re-initialization
* Optimizing the MIDI banks management system for MultiBanks (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!)