From efc84e18075d9b70a2c1df588a62d8d7824ac9bb Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Thu, 26 Aug 2021 16:24:20 +0200
Subject: [PATCH] [changelog] Add entry about distance/wall distance news

---
 CHANGELOG.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 741df8d38e..96318548d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,12 @@ Differences Between DuMu<sup>x</sup> 3.5 and DuMu<sup>x</sup> 3.4
 
 ### Improvements and Enhancements
 
+- __Geometry__:
+    - Add implementation of sphere and bounding sphere approximation algorithms
+    - Add distance queries for Point->BoundingBoxTree
+    - Add DistanceField - a wrapper around a geometry set for fast distance queries
+    - Add WallDistance - a utility to compute distances to the domain boundary (e.g. for RANS wall functions)
+
 - __Construction and update of GridGeometries changed__: Grid geometries are fully updated after construction.
  Additional call of update functions are therefore only needed after grid adaption. Calling the update functions after construction now leads to a performance penalty.
 
-- 
GitLab