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