From eb14ea84d17cf72240fac075c8c2f28c4bb061c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carina=20Br=C3=BChl?= <151126989+jedi-of-the-sea@users.noreply.github.com> Date: Wed, 12 Feb 2025 12:16:13 +0100 Subject: [PATCH] correct changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Pascal Röhling <73653210+dopenguin@users.noreply.github.com> --- packages/clients/dish/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/clients/dish/CHANGELOG.md b/packages/clients/dish/CHANGELOG.md index f8c4370e4..882e6da7c 100644 --- a/packages/clients/dish/CHANGELOG.md +++ b/packages/clients/dish/CHANGELOG.md @@ -6,7 +6,8 @@ - Feature: The map can now be used for internal use with specific configurations. See the configuration section in the README for relevant configuration information. - Feature: Add new searches for address and parcels. - Feature: Add new background and specialist data layers. -- Feature: Add new plugins DishExportMap and InternGfi for intern mode use. +- Feature: Add new plugin `DishExportMap` for intern mode use. +- Feature: Expand plugin `Gfi` for intern mode. - Fix: Extend typing for search result function according to type package update. - Fix: Import types `AddressSearchState` and `AddressSearchGetters` from correct position. - Fix: Import enum `SearchResultSymbols` from correct position.