From 51d53a4d97be53456407eff4113dcc4968e20c6f Mon Sep 17 00:00:00 2001 From: David Coeurjolly Date: Fri, 24 Jun 2016 15:05:35 +0200 Subject: [PATCH] changelog entry --- ChangeLog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 28fbfdc8cb..25532dc684 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -22,7 +22,9 @@ - Add cmake configuration file NeighborhoodTablesConfig to decompress and install look up tables. (Pablo Hernandez-Cerdan, [#1155](https://github.com/DGtal-team/DGtal/pull/1155)) - + - Documentation graphs are now in SVG instead of PNG. (David Coeurjolly, + [#1192](https://github.com/DGtal-team/DGtal/pull/1192)) + - *Base Package* - Alias and ConstAlias now raise compilation error when using invalid constructor, like from a rvalue reference. Adding ConstAlias in many classes