Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhihang Yao committed Sep 12, 2023
1 parent e08dfeb commit 86ca764
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ Change Log
#### Additions
* Added UI options to set the dataset metadata e.g. name, description and bounding box. [#278](https://github.com/3dcitydb/importer-exporter/pull/278)
* Added UI preferences dialog to customize XML namespaces for CityGML exports. [#279](https://github.com/3dcitydb/importer-exporter/pull/279)
* Added option to specify default start mode for plugins. [#293](https://github.com/3dcitydb/importer-exporter/pull/293)
* Added support for XSLT/XPath 2.0 and 3.0 through Saxon-HE.
* Improved exception handling when loading plugins fails.

#### Fixes
* Fixed query builder to correctly determine whether to use left joins in case `<not>` is used. [#281](https://github.com/3dcitydb/importer-exporter/pull/281)
* Fixed NPE due to duplicate ZIP entries. [#292](https://github.com/3dcitydb/importer-exporter/pull/292)
* Fixed a bug in the SrsComboBox component.
* Fixed display of plugin extensions to include extension interfaces defined for a super class.
* Fixed NPE when recalculating envelope in case the LoD filter is used.
Expand All @@ -26,7 +28,7 @@ Change Log
* Updated PostgreSQL JDBC drivers to 42.6.0
* Updated GeoTools to 28.4
* Updated tomcat-jdbc to 10.0.27
* Updated commons-compress to 1.22
* Updated commons-compress to 1.24.0
* Updated tika-core to 2.8.0
* Updated h2 to 2.2.220

Expand Down

0 comments on commit 86ca764

Please sign in to comment.