From ba8151486852e9eed650d92289121db2d4fcdec4 Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Mon, 6 Jan 2025 14:30:47 +0100 Subject: [PATCH] Release of 2.3.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e26c4d4..0c225809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Unreleased +## 2.3.0 - 2025-01-06 + +* Added logical operator param, contribution from @chrstnbwnkl, @nilsnolde +* Fix checking if Processing plugin is enabled, contribution from @borysiasty +* Enable Qt6 on the plugin +* UX - Rephrase the sentence if no OSM data was found +* Internal code : update to fstring where it is possible + ## 2.2.3 - 2023-08-10 * Switch from POST to GET for Nominatim requests