From 2053aff3ca6520e8c7958e997d457abc87b8762f Mon Sep 17 00:00:00 2001 From: Pablo Hernandez-Cerdan Date: Tue, 7 Nov 2017 11:55:59 +1300 Subject: [PATCH] Add change log entry. --- ChangeLog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 9e8d4a9074..b65ca22332 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -68,6 +68,8 @@ [#1226](https://github.com/DGtal-team/DGtal/pull/1226)) - New mandatory dependency for DGtal: zlib must be installed in the system. (David Coeurjolly, [#1228](https://github.com/DGtal-team/DGtal/pull/1228)) + - Remove cpp11 deprecated usage of std::binder1st and std::binder2nd --generates error with c++17 flag. + (Pablo Hernandez, [#1287](https://github.com/DGtal-team/DGtal/pull/1287)) - *Topology Package* - Implementation of ParDirCollapse with CollapseSurface and CollapseIsthmus.