From da3cfb439e98ae89999918079ded1f1862ba663e Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Wed, 18 Aug 2021 13:29:02 +0200 Subject: [PATCH] v2.5.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc1e4f5..8b1b465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Collection`: Pass `worldwide` property to `spatial-extents` slot. - `ModelBuilder`: - - `showProcess` event is also passing the process namespace as second parameter. + - Experimental namespace support + - `showProcess` event is also passing the process namespace as second parameter. + - `addProcess` has a new fourth parameter `namespace`. - New property `explicitZoom` to zoom only when in focus or when the STRG / Meta key is pressed. ### Changed