Skip to content

Commit

Permalink
Update NEWS for 1.3.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
havocp committed Apr 2, 2015
1 parent 8ec5784 commit 3d6401c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# 1.3.0-M2: April 1, 2015

- not in fact an April Fool's joke. Unless it's broken. Then it
was.
- this is an ABI-not-guaranteed beta release in advance
of 1.3.0. Please see the notes for 1.3.0-M1 below for warnings,
caveats, and the bulk of what's changed since 1.2.1.
- this release churns the internals a good bit since 1.3.0-M1,
so would benefit from your testing efforts.

New API (since 1.3.0-M1):

- added Config.hasPathOrNull
- added Config.getIsNull
- added parser.ConfigDocument which supports simple load/edit/save
on a config file. For now, the only allowed edits are
removing/replacing values. This was a major effort (redoing the
whole parser), implemented by Preben Ingvaldsen.

Fixes:

- added missing @since tags to javadoc
- fixed obscure bug in converting to camel case when instantiating
beans

Thank you to contributors with commits since v1.3.0-M1 tag:

- Glen Ford
- Jay McCure
- Preben Ingvaldsen

# 1.3.0-M1: March 6, 2015

- this is an ABI-not-guaranteed beta release in advance
Expand Down

0 comments on commit 3d6401c

Please sign in to comment.