From d6f3d7fd2cab8eaa30e35beebdc03d6a85b3d53d Mon Sep 17 00:00:00 2001 From: Date: Wed, 22 Mar 2017 17:20:47 +0000 Subject: [PATCH] changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0c444fa1..bf565655d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,18 @@ Changelog v4.5.0 ------ **NekMesh**: - - Add periodic boundary condition meshing in 2D (!733) - Adjust boundary layer thickness in corners in 2D (!739) +- Rework meshing control so that if possible viewable meshes will be dumped + when some part of the system fails (!756) +- Add manifold meshing option (!756) **Documentation**: - Added the developer-guide repository as a submodule (!751) +**Library** +- Remove the duplicate output of errorutil (!756) + v4.4.0 ------ **Library**: -- GitLab