From 3d6401ce77cbc8dfa279a6f4692a91a316661afb Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 1 Apr 2015 21:55:58 -0400 Subject: [PATCH] Update NEWS for 1.3.0-M2 --- NEWS.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/NEWS.md b/NEWS.md index e4a706d9..b9645d8b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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