From 5f744848ac056e4bbe4ffcb7691a3fb184344ee7 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 23 Dec 2023 09:20:45 +0100 Subject: [PATCH] changelog --- docs/changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 98d17c11..36811a6c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,19 @@ # Changelog +## 1.12.1 - 2023-12-23 + +### New features +* Allow to edit pictogram categories from admin list by @yohanboniface in https://github.com/umap-project/umap/pull/1477 + +### Bug fixes +* Increase iconlayers titles on hover by @yohanboniface in https://github.com/umap-project/umap/pull/1476 +* Remove zoom/moeveend events when deleting datalayer by @yohanboniface in https://github.com/umap-project/umap/pull/1484 +* Better way of handling escape while drawing by @yohanboniface in https://github.com/umap-project/umap/pull/1483 +* Do not fail on greedyTemplate when description is an object by @yohanboniface in https://github.com/umap-project/umap/pull/1482 + +### Internal changes +* build: Update makefile testjs to open the browser by @almet in https://github.com/umap-project/umap/pull/1472 + ## 1.12.0 - 2023-12-17 ### New features