Repository: commons-lang
Updated Branches:
  refs/heads/master 6c687c70a -> de88730f4


LANG-1085: add changes.xml entry


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

Branch: refs/heads/master
Commit: de88730f4b213f97232aa8d19bab61059f1f3c4a
Parents: 89eea1e
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Tue Jun 7 22:22:23 2016 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Tue Jun 7 22:22:40 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/de88730f/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c1980a7..a49b1a0 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="tba">
+    <action issue="LANG-1085" type="add" dev="oheger" due-to="oheger / 
kinow">Add a circuit breaker implementation</action>
     <action issue="LANG-1013" type="add" dev="pschumacher" due-to="Thiago 
Andrade">Add StringUtils.truncate()</action>
     <action issue="LANG-1195" type="add" dev="pschumacher" due-to="Derek C. 
Ashmore">Enhance MethodUtils to allow invocation of private methods</action>
     <action issue="LANG-1199" type="fix" dev="pschumacher" due-to="M. 
Steiger">Fix implementation of StringUtils.getJaroWinklerDistance()</action>

Reply via email to