From 46573e2888326d4388ed676fb018150c2acb54d6 Mon Sep 17 00:00:00 2001 From: Riegel <alexander.riegel@hft-stuttgart.de> Date: Mon, 17 Feb 2025 11:15:59 +0100 Subject: [PATCH] Docs: Update Changelog --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 096fc81..cbd3a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.16.0] ((2024-11-11)) +## [3.17.0] (TBD) + +### Added + +- Checking of CityGml ZIP-archives with CityDoctor (#12) + +### Changed + +- Changed GUI to allow loading and checking of ZIP-archives. (#12) + +### Fixes + +- Reworked self-intersection calculations to eliminate false-positives (#65) +- CityGml objects added in 3.16.0 are now being recorded in error statistics and validation reports (#104) +- Envelope and CRS will now be included when exporting singular features +- Fixed various minor errors and bugs in CityDoctorGUI + +## [3.16.0] (2024-11-11) CityDoctor now supports the import, export and validation of CityGML 3.0 files. -- GitLab