Merge branch 'LANG-1255'

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

Branch: refs/heads/master
Commit: 33bb9fe25b9200e75cc4bf2483b17a35df960034
Parents: 86a5960 9209e23
Author: Benedikt Ritter <brit...@apache.org>
Authored: Sun Oct 2 12:28:09 2016 +0200
Committer: Benedikt Ritter <brit...@apache.org>
Committed: Sun Oct 2 12:28:09 2016 +0200

----------------------------------------------------------------------
 src/changes/changes.xml                         |  1 +
 .../apache/commons/lang3/time/DateUtils.java    | 14 +++++++++++
 .../commons/lang3/time/DateUtilsTest.java       | 26 ++++++++++++++++++++
 3 files changed, 41 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/33bb9fe2/src/changes/changes.xml
----------------------------------------------------------------------
diff --cc src/changes/changes.xml
index dde81f6,8a9861e..39a2d27
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@@ -46,8 -46,7 +46,9 @@@ The <action> type attribute can be add,
    <body>
  
    <release version="3.5" date="tba" description="New features including Java 
9 detection">
+     <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>
      <action issue="LANG-1261" type="fix" dev="pschumacher" 
>ArrayUtils.contains returns false for instances of subtypes</action>
      <action issue="LANG-1197" type="update" dev="pschumacher" >Prepare Java 9 
detection</action>
      <action issue="LANG-1252" type="fix" dev="chtompki" due-to="Rob 
Tompkins">Rename NumberUtils.isNumber, isCreatable to better reflect 
createNumber. Also, accommodated for "+" symbol as prefix in isCreatable and 
isNumber.</action>

Reply via email to