LANG-1229: 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/f08c4f6a Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/f08c4f6a Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/f08c4f6a Branch: refs/heads/master Commit: f08c4f6ae9f8190bcaf0a8bbb82530233bf51bf9 Parents: 18b1bc2 Author: pascalschumacher <[email protected]> Authored: Wed Jun 8 22:28:19 2016 +0200 Committer: pascalschumacher <[email protected]> Committed: Wed Jun 8 22:28:19 2016 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/f08c4f6a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a138162..e48726d 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-1229" type="update" dev="pschumacher" due-to="Ruslan Cheremin">HashCodeBuilder.append(Object,Object) is too big to be inlined, which prevents whole builder to be scalarized</action> <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>
