From 41bf6f9ae426d7302608525b0ee6a088b4949f5c Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Wed, 22 Feb 2017 10:07:14 +0100
Subject: [PATCH] Changelog

[makedoc]
---
 CHANGES/v2.4.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CHANGES/v2.4.txt b/CHANGES/v2.4.txt
index da8969083..c7c15e866 100644
--- a/CHANGES/v2.4.txt
+++ b/CHANGES/v2.4.txt
@@ -5,6 +5,12 @@
 This page contains changes that will end up in 2.4
 
 Changes from version 2.3 which are relevant for users:
+- Changes leading to incompatible behavior:
+  - A c++11 compliant compiler is required (see \issue{212}). This should mean:
+    - gcc 4.8
+    - clang 3.3
+    - intel 15
+- Other changes:
   - \ref PBMETAD : multiple walkers using files (thanks to Marco De La Pierre).
   - \ref PBMETAD : adaptive gaussians
   - \ref PBMETAD : default names for GRID and FILE (usefull with many collective variables) 
@@ -15,4 +21,5 @@ Changes from version 2.3 which are relevant for developers:
     PLUMED totally exception safe (there are still many non-safe pointers around),
     this made it possible to add a regtest that actually tests erroneous cmd strings
     and erroneous inputs.
+  - Due to the required c++11 support, travis-ci test on Ubuntu Precise has been removed.
 */
-- 
GitLab