From db2a0bc74fe4c5791730737b3db8019a66467980 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 25 Mar 2024 20:18:00 +0100 Subject: [PATCH] changelog --- docs/changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index bb0f1f01..740a356e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2.1.2 - 2024-03-25 + +- fix datalayer data file removed on save by mistake (this happened after + switching to UUID, when a datalayer had more than UMAP_KEEP_VERSIONS, due to + a sorting issue on purge old files after save) + ## 2.1.1 - 2024-03-25 - fix Path.replace called instead of str.replace