We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d3983 commit 4769763Copy full SHA for 4769763
NEWS.md
@@ -1,3 +1,17 @@
1
+# 1.2.1: May 2, 2014
2
+
3
+- bugfix release, no API additions or changes
4
+- fix resolving substitutions in include statements nested inside
5
+ objects
6
+- when rendering an object to a string, sort the fields
7
+- handle unresolved substitutions in value concatenations
8
+- make ConfigOrigin.comments unmodifiable
9
+- when using '+=' or 'include' inside a list, throw an exception
10
+ instead of generating a wrong result
11
+- when context class loader is unset throw a more helpful
12
+ exception than NullPointerException
13
+- ignore non-string values in a Properties object
14
15
# 1.2.0: January 15, 2014
16
17
- new stable ABI release (binary compatible with 1.0.x; a few new APIs)
0 commit comments