summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-14 11:08:00 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-02-14 11:08:00 +0100
commit43981a4d487669fe2002337ab62b72dd9e83a64a (patch)
tree37340e1462365d08bc0fe494cb867d3e88618164 /.github
parentfb8ce008feadcaf6a936740a3ed54d50970c731c (diff)
Remove shallow copy
Diffstat (limited to '.github')
-rw-r--r--.github/next_release.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/next_release.md b/.github/next_release.md
index 3946404b..3d4761eb 100644
--- a/.github/next_release.md
+++ b/.github/next_release.md
@@ -14,7 +14,7 @@ Below is a list of changes made since GUDHI 3.5.0:
- A more flexible Betti curve class capable of computing exact curves
- [Simplex tree](https://gudhi.inria.fr/python/latest/simplex_tree_ref.html)
- - `__copy__`, `__deepcopy__`, `copy` and copy constructors
+ - `__deepcopy__`, `copy` and copy constructors
- Installation
- Boost &ge; 1.66.0 is now required (was &ge; 1.56.0).