From b4b9f07373cd4375539f9d1d46c235bfc76f984b Mon Sep 17 00:00:00 2001 From: Omar Valsson <omar.valsson@gmail.com> Date: Tue, 14 Aug 2018 15:19:28 +0200 Subject: [PATCH] Added a note in the changelog on bug fix for TD_GRID --- CHANGES/v2.4.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES/v2.4.md b/CHANGES/v2.4.md index 528c07701..95e405018 100644 --- a/CHANGES/v2.4.md +++ b/CHANGES/v2.4.md @@ -193,3 +193,8 @@ For developers: - `LDSHARED` is now correctly taken into account when launching `./configure`. - Fixed installation with `--disable-shared`. - Cppcheck upgraded to 1.84. + +## Version 2.4.3 (to be released) + +For users: + - Module VES: Fixed a bug in TD_GRID for 2D grids where the grid spacing is not the same for both dimensions. -- GitLab