1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Bump version number to 6.0.6

This commit is contained in:
Tom Poole 2021-01-13 16:06:01 +00:00
parent 36c072c086
commit 25dccd53c0
28 changed files with 36 additions and 28 deletions

View file

@ -3,6 +3,14 @@
This file just lists the more notable headline features. For more detailed info
about minor changes and bugfixes, please see the git log!
Version 6.0.6
- Moved to the new CoreMIDI API on supported platforms
- Added support for the "New Build System" in Xcode
- Made the audio format readers more robust
- Improved the HiResTimer implementation
- Fixed a VST3 program parameter issue
- Updated to Oboe 1.5 on Android
Version 6.0.5
- Added more support for styling PopupMenus
- Fixed some race conditions in the IPC and name named pipe classes