diff --git a/NEWS.txt b/NEWS.txt
index 41002188deedccc11ebed4f64e9fe75c02002f13..385fbcf6af6edd6482b5b74541cc3d85e36d9d29 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -6,8 +6,12 @@ Copyright (c) 2011-2014 Inria,   All rights reserved.
 This file contains the main features as well as overviews of specific
 bug fixes (and other actions) for each version of ScalFMM since
 version 1.1
-1.3-
+1.3 in progress
 -----
+- The choice of floating point values is done by template (by passing template to all classes) and no more at configure time
+- There is no more ScalFMM variables and defines but only SCALFMM (all letters in upper case)
+- BLAS and FFTW are turned on by default, and the compilation continue even if they are not found
+- We start to use unique ptr (and advise to use it) in the main files
 - Add interpolation FMM based on uniform grid points.
 - Add blocked version of the algorithm to increase the granularity (task-based approach)
 - Fix bug with Chebyschev kernel and multi RHS.
@@ -32,10 +36,3 @@ version 1.1
 - Add SSE and AVX support in CMake
 - Add SSE and AVX code for 1/r kernel
 - CMake improvements
-
-1.3 in progress
------
-- The choice of floating point values is done by template (by passing template to all classes) and no more at configure time
-- There is no more ScalFMM variables and defines but only SCALFMM (all letters in upper case)
-- BLAS and FFTW are turned on by default, and the compilation continue even if they are not found
-- We start to use unique ptr (and advise to use it) in the main files