1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added a new ChangeList.txt file as an easy record of major featuresm that get added.

This commit is contained in:
jules 2015-02-23 11:50:21 +00:00
parent 946e4dc50d
commit a747184a35

19
ChangeList.txt Normal file
View file

@ -0,0 +1,19 @@
== Major JUCE features and updates ==
(This file just lists the more notable headline features. For more detailed
info about minor changes and bugfixes, please see the git log)
Version 3.1.2 (not yet released)
- Introduced this ChangeList.txt file!
- Several new example and tutorial projects
- New FFT class
- WASAPI exclusive mode support
- New methods for FloatVectorOperations
- Better control over redirection when opening URLs
- More C++11 feature support macros
- Performance improvements to XML parsing
- Basic SVG text support
- New Whirlpool hashing class
- Various minor additions to the Introjucer