changeset 1527:5ffe87f75931

Typo fix and small reorder
author Chris Cannam
date Tue, 10 Jan 2017 17:13:53 +0000
parents 44e09e1996a3
children 66936281c505
files CHANGELOG
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Tue Jan 10 17:08:38 2017 +0000
+++ b/CHANGELOG	Tue Jan 10 17:13:53 2017 +0000
@@ -11,9 +11,6 @@
    resolution, but it also improves scaling and rendering of UI
    elements on Hi-DPI displays on Windows and Linux
 
- - Add ability to open, display, and analyse very long audio files (of
-   more than 2^32 sample frames)
-
  - Add ability to export scalable (SVG) image files
 
  - Run plugins in a separate process, so that if a plugin crashes, it
@@ -23,6 +20,9 @@
  - Scan plugins on startup in a separate process, and report on any
    that crash or won't load
 
+ - Add ability to open, display, and analyse very long audio files (of
+   more than 2^32 sample frames)
+
  - Change mp3 file loading so as to compensate for encoder/decoder
    delay and padding (using "gapless playback" logic). While this is a
    real improvement, unfortunately it does mean that the initial
@@ -54,7 +54,7 @@
 
  - Add "What's New" dialog
 
- - Finally switch the Windows built to 64-bit by default (with
+ - Finally switch the Windows build to 64-bit by default (with
    adapters to run either 32- or 64-bit plugins)