From 2bca26cbe7ae4113625a45a0965f2f8528bf7a53 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 18 Oct 2023 09:16:42 +0200 Subject: [PATCH] changelog --- docs/changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 5a869908..63012b7e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 1.9.3 - 2023-10-18 + +* Add experimental drag and drop of file on the map container by @yohanboniface in https://github.com/umap-project/umap/pull/1370 +* Hide the next icon in buttons’ sprites by @davidbgk in https://github.com/umap-project/umap/pull/1371 + + ## 1.9.2 - 2023-10-12 * Fix `map` reference in DataLayersControl by @yohanboniface in https://github.com/umap-project/umap/pull/1368