You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2018/01/12 17:31:40 UTC

[2/2] [lang] LANG-1372: Add ToStringSummary annotation

LANG-1372: Add ToStringSummary annotation

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

Branch: refs/heads/master
Commit: e843239cf9764bb9b8a3b1914c07e5215b9df3c5
Parents: f5ebb9a
Author: pascalschumacher <pa...@gmx.net>
Authored: Fri Jan 12 18:31:10 2018 +0100
Committer: pascalschumacher <pa...@gmx.net>
Committed: Fri Jan 12 18:31:10 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/e843239c/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bf9f499..b1138d3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1370" type="fix" dev="kinow" due-to="Andre Dieb">Fix EventCountCircuitBreaker increment batch</action>
     <action issue="LANG-1367" type="update" dev="ggregory" due-to="Gary Gregory">ObjectUtils.identityToString(Object) and friends should allocate builders and buffers with a size</action>
     <action issue="LANG-1352" type="add" dev="pschumacher" due-to="Ruslan Sibgatullin">EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods added</action>
+    <action issue="LANG-1372" type="add" dev="pschumacher" due-to="Sérgio Ozaki">Add ToStringSummary annotation</action>
   </release>
 
   <release version="3.7" date="2017-11-04" description="New features and bug fixes. Requires Java 7, supports Java 8, 9, 10.">