Repository: commons-lang Updated Branches: refs/heads/master 9ca3e3e6c -> 8592cfe49
Add section for next release to changes.xml Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8592cfe4 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8592cfe4 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/8592cfe4 Branch: refs/heads/master Commit: 8592cfe496e204ce8540441047d578026b5e0a5c Parents: 9ca3e3e Author: Benedikt Ritter <brit...@apache.org> Authored: Wed Oct 19 09:36:41 2016 +0200 Committer: Benedikt Ritter <brit...@apache.org> Committed: Wed Oct 19 09:36:41 2016 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/8592cfe4/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 36a9472..2b22be1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,6 +45,9 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> + <release version="3.6" date="tba" description="tba"> + </release> + <release version="3.5" date="2016-10-13" description="New features including Java 9 detection"> <action issue="LANG-1275" type="add" dev="oheger">Added a tryAcquire() method to TimedSemaphore.</action> <action issue="LANG-1273" type="add" dev="ebourg" due-to="Jake Wang">Added a new property IS_OS_MAC_OSX_EL_CAPITAN in SystemUtils</action>