Repository: commons-lang
Updated Branches:
  refs/heads/master 33bb9fe25 -> 9177ddde8


Add LANG-1273 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/9177ddde
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/9177ddde
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/9177ddde

Branch: refs/heads/master
Commit: 9177ddde8e5268a48fc20d83d185f4c21da4dc43
Parents: 33bb9fe
Author: Benedikt Ritter <brit...@apache.org>
Authored: Sun Oct 2 14:28:28 2016 +0200
Committer: Benedikt Ritter <brit...@apache.org>
Committed: Sun Oct 2 14:28:28 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/9177ddde/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 39a2d27..1d3fb64 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
 
   <release version="3.5" date="tba" description="New features including Java 9 
detection">
+    <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>
     <action issue="LANG-1255" type="add" dev="britter" due-to="Kaiyuan 
Wang">Add DateUtils.toCalendar(Date, TimeZone)</action>
     <action issue="LANG-1023" type="add" dev="britter" due-to="Marko 
Bekhta">Add WordUtils.wrap overload with customizable breakable 
character</action>
     <action issue="LANG-787" type="add" dev="pschumacher" due-to="Gokul 
Nanthakumar C">Add method removeIgnoreCase(String, String) to 
StringUtils</action>

Reply via email to