From a747184a35fd616429634401f6947a8773a40e6e Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 23 Feb 2015 11:50:21 +0000 Subject: [PATCH] Added a new ChangeList.txt file as an easy record of major featuresm that get added. --- ChangeList.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ChangeList.txt diff --git a/ChangeList.txt b/ChangeList.txt new file mode 100644 index 0000000000..8c58d5ccc6 --- /dev/null +++ b/ChangeList.txt @@ -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 \ No newline at end of file