Updates to OS-X sample rate querying, other small changes suggested by Martin Koegler.
[rtaudio.git] / doc / doxygen / tutorial.txt
index da05da6a2ee891222ab4ac0d605d3b959a110ffb..41f3bc03b05d568b1b6326454e1e2dc90eca7495 100644 (file)
@@ -17,6 +17,10 @@ RtAudio incorporates the concept of audio streams, which represent audio output
 
 \section whatsnew Latest Updates (Version 4.1.0)
 
+A minor API change was made. The RtError class was renamed RtAudioError and embedded directly in RtAudio.h.  Thus, all references to RtError should be renamed to RtAudioError and the RtError.h file should be deleted.
+
+Changes in the previous 4.0.12 release included:
+
 - new functionality to allow error reporting via a client-supplied function (thanks to Pavel Mogilevskiy)
 - new function to return the version number
 - updated RtAudio.cpp and ASIO files for UNICODE support (thanks to Renaud Schoonbroodt)