From 81fe6f68b641eb7ef61366d110af55671b1fdf8a Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 11 Apr 2017 16:22:34 +0200 Subject: [PATCH] fix order if sections --- WHATSNEW | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index ae2cb15a8..1f03df5f2 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1,13 +1,6 @@ Changes from Ant 1.9.9 TO Ant 1.9.10 ==================================== -Other changes: --------------- - - * Added forceCsvQuoteChar option to task. When enabled the - values always get quoted. - Github Pull Request #32 - Fixed bugs: ----------- @@ -15,6 +8,13 @@ Fixed bugs: value. Bugzilla Report 60767 +Other changes: +-------------- + + * Added forceCsvQuoteChar option to task. When enabled the + values always get quoted. + Github Pull Request #32 + Changes from Ant 1.9.8 TO Ant 1.9.9 ===================================