From dfa06d8e1cfd7dac4d626d07acf4fd107501d51b Mon Sep 17 00:00:00 2001 From: Sven Goldberg Date: Wed, 13 Nov 2024 16:40:17 +0100 Subject: [PATCH] Update ChangeLog.md --- ChangeLog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 63e15b9cf..33425e3bd 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,14 @@ Changelog ========= +Changes since last release +------------- +13/11/2024 + + - Fixes: + - In #1026, the tolerance for creating cells via contourCoordinate was reduced for cells in spanwise direction. That fixed a bug that caused cells to overlap potentially. The same reduction was missed in chordwise direction and is added now to avoid the cell overlap in chordwise direction, as well. (#1034) + + Version 3.4.0 ------------- 12/11/2024