Skip to content

Commit 3d6401c

Browse files
committed
Update NEWS for 1.3.0-M2
1 parent 8ec5784 commit 3d6401c

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

NEWS.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# 1.3.0-M2: April 1, 2015
2+
3+
- not in fact an April Fool's joke. Unless it's broken. Then it
4+
was.
5+
- this is an ABI-not-guaranteed beta release in advance
6+
of 1.3.0. Please see the notes for 1.3.0-M1 below for warnings,
7+
caveats, and the bulk of what's changed since 1.2.1.
8+
- this release churns the internals a good bit since 1.3.0-M1,
9+
so would benefit from your testing efforts.
10+
11+
New API (since 1.3.0-M1):
12+
13+
- added Config.hasPathOrNull
14+
- added Config.getIsNull
15+
- added parser.ConfigDocument which supports simple load/edit/save
16+
on a config file. For now, the only allowed edits are
17+
removing/replacing values. This was a major effort (redoing the
18+
whole parser), implemented by Preben Ingvaldsen.
19+
20+
Fixes:
21+
22+
- added missing @since tags to javadoc
23+
- fixed obscure bug in converting to camel case when instantiating
24+
beans
25+
26+
Thank you to contributors with commits since v1.3.0-M1 tag:
27+
28+
- Glen Ford
29+
- Jay McCure
30+
- Preben Ingvaldsen
31+
132
# 1.3.0-M1: March 6, 2015
233

334
- this is an ABI-not-guaranteed beta release in advance

0 commit comments

Comments
 (0)