summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2014-03-14 11:34:21 -0400
committerGary Scavone <gary@music.mcgill.ca>2014-03-14 11:34:21 -0400
commit112baabce3f4a0ef5968097e986896d098dacc36 (patch)
tree65c4f122c49f01550254657498bc38ba7ba46024 /doc
parentc5a8f3a85c567068777841fc3c60ed0e20641b07 (diff)
Updates from Mogilevskiy to add error hook, isPortOpen() function, and UNICODE windows name fix.
Diffstat (limited to 'doc')
-rw-r--r--doc/release.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release.txt b/doc/release.txt
index e5aa3d5..7eefe46 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -10,6 +10,9 @@ v2.1.0: (?? 2014)
- fix for ALSA incorrect use of snd_seq_create_port() function (Tobias Schlemmer)
- fix for international character support in CoreMidi (Martin Finke)
- fix for unicode conversion in WinMM (Dan Wilcox)
+- added custom error hook that allows the client to capture an RtMidi error outside of the RtMidi code
+- fix for portnames in Windows when UNICODE is defined
+- added RtMidi::isPortOpen function
v2.0.1: (26 July 2012)
- small fixes for problems reported by Chris Arndt (scoping, preprocessor, and include)