changelog

This commit is contained in:
Yohan Boniface 2024-03-25 20:18:00 +01:00
parent bd438605f3
commit db2a0bc74f

View file

@ -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