We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc014a7 commit 793b8d4Copy full SHA for 793b8d4
ChangeLog.md
@@ -3,6 +3,15 @@ XP Framework Core ChangeLog
3
4
## ?.?.? / ????-??-??
5
6
+## 11.4.0 / 2022-08-17
7
+
8
+### Features
9
10
+* Merged PR #314: Delay expansion of values in property files until values
11
+ are read. This fixes potential information disclosure problems in string
12
+ representations of `util.Property` instances, see #312.
13
+ (@thekid)
14
15
## 11.3.1 / 2022-08-15
16
17
### Bugfixes
src/main/resources/VERSION
@@ -1 +1 @@
1
-11.3.2-dev
+11.4.0
0 commit comments