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 7.0.8

This commit is contained in:
Tom Poole 2023-10-19 09:06:32 +01:00
parent aaeec5c12d
commit 45494e34d5
27 changed files with 36 additions and 26 deletions

View file

@ -3,6 +3,16 @@
This file lists the more notable headline features. For more detailed info
about changes and bugfixes please see the git log and BREAKING_CHANGES.md.
## Version 7.0.8
- Added macOS/iOS AudioWorkgroup support
- Added Xcode 15, macOS Sonoma and LLVM 17 compatibility
- Added serialisation tools
- Fixed some VST3 manifest generation issues
- Fixed a MessageManager locking bug
- Fixed GCC 7 VST3 support
- Fixed some SVG scaling issues
## Version 7.0.7
- Fixed some macOS 14.0 deprecations