Repository: commons-lang Updated Branches: refs/heads/master 07f3694a5 -> 862a0d1ff
revert change.xml note Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/862a0d1f Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/862a0d1f Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/862a0d1f Branch: refs/heads/master Commit: 862a0d1ff5bf6564bf99e4248c44f41e453de848 Parents: 07f3694 Author: Chas Honton <c...@apache.org> Authored: Wed Oct 11 08:54:23 2017 -0700 Committer: Chas Honton <c...@apache.org> Committed: Wed Oct 11 08:54:23 2017 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/862a0d1f/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5239f9c..c4491ee 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,7 +46,6 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="3.7" date="2017-MM-DD" description="New features and bug fixes. Requires Java 7."> - <action issue="LANG-1354" type="fix" dev="chas" due-to="Yegor Koldov">FieldUtils should ignore any synthetic fields</action> <action issue="LANG-1355" type="add" dev="ggregory" due-to="Chas Honton">TimeZone.getTimeZone() in FastDateParser causes resource contention (PR #296.)</action> <action issue="LANG-1348" type="fix" dev="pschumacher" due-to="mbusso">StackOverflowError on TypeUtils.toString(...) for a generic return type of Enum.valueOf</action> <action issue="LANG-1346" type="update" dev="pschumacher">Remove deprecation from RandomStringUtils</action>