From a85d5b2746bcd33a5b5c12d868cd16768b1c6b9c Mon Sep 17 00:00:00 2001
From: Edward Vigmond <edward.vigmond@u-bordeaux.fr>
Date: Wed, 18 Nov 2020 21:17:01 +0100
Subject: [PATCH] Update CHANGELOG.md

---
 CHANGELOG.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index af565a3..4b53eb5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,13 +6,18 @@ meshalyzer uses a vMAJOR.PATCH versioning scheme. We increase the
 * MAJOR version when we add functionality, and the
 * PATCH version when we make backwards compatible bug fixes
 
-## [2.1] - 
+## [2.1] - 2020-11-18
 - vertices by default are now only drawn on displayed surfaces and connections
 - auxilliary grids now have dead data
 - new colour map Kindlmann
-- threaded dta reader replaced with on-demand reader
+- threaded data reader replaced with on-demand reader
+- display of element-based data
+- can flip surface normals
+- lighting effects for 2D points
+- compiles with VTK9
+- many bug fixes and things working as advertised
 
-## [2.0] - 2020-28-06
+## [2.0] - 2020-06-28
 - manipulation of meshes improved by completely rewriting rendering to use Vertex Buffer Objects
 - Lighting
     - lighting direction controlled by trackball
-- 
GitLab