From 985483b7d0b5d09c78d1116f817036cc069e3653 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 22 Mar 2024 12:19:58 -0400 Subject: [PATCH] Initiate changelog for 2.1.0 --- docs/changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index c0ea8e03..fcede16e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,19 @@ # Changelog +## 2.1.0 - Soon + +### Bug fixes + +* deal with i18n in oembed URLs #1688 +* set CORS-related header for oEmbed and map views #1689 +* only use location bias in search for close zoom #1690 + +### Internal changes + +* replace datalayer ids with uuids #1630 +* replace Last-Modified with custom headers #1666 + + ## 2.0.4 - 2024-03-01 * fix zoom and fullscreen not shown by default