Skip to content

Commit 4769763

Browse files
committed
add 1.2.1 to NEWS
1 parent 90d3983 commit 4769763

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
115
# 1.2.0: January 15, 2014
216

317
- new stable ABI release (binary compatible with 1.0.x; a few new APIs)

0 commit comments

Comments
 (0)