# HG changeset patch # User Chris Cannam # Date 1487949294 0 # Node ID 703da7b180e8935f6e467ae98625e9a00d617ecd # Parent 7a393db13c756edd10e413da01655bcec817c78a Update CHANGELOG diff -r 7a393db13c75 -r 703da7b180e8 CHANGELOG --- a/CHANGELOG Fri Feb 24 14:43:58 2017 +0000 +++ b/CHANGELOG Fri Feb 24 15:14:54 2017 +0000 @@ -1,3 +1,16 @@ + +Version 2.7, 2017-02-24 (maintenance and minor feature release) + + * Add ability to PluginLoader to list plugins only in (or not in) + certain library files + * Fix fixed-sample-rate output timestamps in printout from the + simple host, and add regression test script using test plugin + * Switch the convenience FFT interface for plugin usage from the + very slow reference implementation previously provided, to the + somewhat faster KissFFT + * Add a top-secret compiler flag to switch internal FFTs to single- + precision only + * Fix some small but long-standing memory leaks and minor bugs Version 2.6, 2015-06-16 (maintenance and minor feature release)