From f0cd84baa83c8d79dac590beeeaf4b788af82d99 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Fri, 6 Apr 2018 15:38:22 +0200 Subject: [PATCH] Changelog. --- doc/news/changes/major/20180406LucaHeltai | 8 ++++++++ doc/news/changes/minor/20180408LucaHeltai | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 doc/news/changes/major/20180406LucaHeltai create mode 100644 doc/news/changes/minor/20180408LucaHeltai diff --git a/doc/news/changes/major/20180406LucaHeltai b/doc/news/changes/major/20180406LucaHeltai new file mode 100644 index 0000000000..a68362f27b --- /dev/null +++ b/doc/news/changes/major/20180406LucaHeltai @@ -0,0 +1,8 @@ +New: Triangulation now uses std::unique_ptr to store Manifolds, and duplicates the Manifolds when +Triangulation::set_manifold() is called. This allows the construction of the Manifold objects +to be independent of the Triangulation. In particular, it will be possible to associate +to the Triangulation reasonable default Manifold descriptors, that will be copied +around together with the Triangulation itself. +
+(Luca Heltai, 2018/04/06) + diff --git a/doc/news/changes/minor/20180408LucaHeltai b/doc/news/changes/minor/20180408LucaHeltai new file mode 100644 index 0000000000..0269997a50 --- /dev/null +++ b/doc/news/changes/minor/20180408LucaHeltai @@ -0,0 +1,5 @@ +New: The Manifold class now requires the implementation of a Manifold::clone() method to +all derived classes. +
+(Luca Heltai, 2018/04/08) + -- 2.39.5