From 361e216b97b9abab3631540cfd8428bbcc893a43 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Mon, 21 Jan 2019 19:34:31 +0100 Subject: [PATCH] changelog --- CHANGES/v2.4.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES/v2.4.md b/CHANGES/v2.4.md index 60e6aad7d..be0ae9239 100644 --- a/CHANGES/v2.4.md +++ b/CHANGES/v2.4.md @@ -214,3 +214,12 @@ For developers: - All fixed done in version 2.3.8 - CPPCHECK updated to 1.85 +## Version 2.4.5 (to be released) + +For users: + - Fixed an inconsistency in parsing of braces. + It is now possible to pass individual options + including spaces (e.g. with `FILE={/path with space/file}`). Notice + that this invalidates syntax such as `ATOMS={1}{2}{3}{4}`. See more + at \issue{434}. + -- GitLab