updated CHANGELOG

This commit is contained in:
Francesco Mangiacrapa 2023-02-03 15:23:33 +01:00
parent ff3a7461df
commit 872caa7137
2 changed files with 22 additions and 11 deletions

View File

@ -26,6 +26,7 @@
@ -75,6 +76,7 @@
@ -124,6 +126,7 @@
@ -173,6 +176,7 @@
@ -222,6 +226,7 @@
@ -271,6 +276,7 @@
@ -293,7 +299,7 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="geoportal-data-common-2.0.2-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/geoportal-data-common/geoportal-data-common">
<dependent-module archiveName="geoportal-data-common-2.0.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/geoportal-data-common/geoportal-data-common">
<dependency-type>uses</dependency-type>
</dependent-module>
@ -323,6 +329,7 @@
@ -372,6 +379,7 @@
@ -421,6 +429,7 @@
@ -470,6 +479,7 @@

View File

@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
#### Fixes
- [#24432] Reverting serialization LinkedHashMap<String, String> to LinkedHashMap<String, Object>.
- Improved Alert Ux in case of broken shared link
## [v3.2.0] - 2023-01-31