You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/06/12 11:39:34 UTC

[lang] Add empty changes entry for next development version

Repository: commons-lang
Updated Branches:
  refs/heads/master 9e38b04b9 -> ac3abadf5


Add empty changes entry for next development version


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/ac3abadf
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/ac3abadf
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/ac3abadf

Branch: refs/heads/master
Commit: ac3abadf5d338596a2503fc8d18d4e3e1319a79e
Parents: 9e38b04
Author: Benedikt Ritter <br...@apache.org>
Authored: Mon Jun 12 13:39:30 2017 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Mon Jun 12 13:39:30 2017 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/ac3abadf/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0ac4019..d4d251d 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.7" date="tba" description="tba">
+  </release>
+
   <release version="3.6" date="2017-06-08" description="New features and bug fixes. Requires Java 7.">
     <action issue="LANG-1338" type="update" dev="britter">Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility</action>
     <action issue="LANG-1336" type="add" dev="britter" due-to="Beluga Behr">Add NUL Byte To CharUtils</action>