LANG-1375: 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/f50ec5e6 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/f50ec5e6 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/f50ec5e6 Branch: refs/heads/master Commit: f50ec5e608286b0c48d6b9b4c792352de8353804 Parents: d575057 Author: Bruno P. Kinoshita <[email protected]> Authored: Sat Jan 20 17:02:55 2018 +1300 Committer: Bruno P. Kinoshita <[email protected]> Committed: Sat Jan 20 17:02:55 2018 +1300 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/f50ec5e6/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b1138d3..220578c 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.8" date="2017-MM-DD" description="New features and bug fixes. Requires Java 7, supports Java 8, 9, 10."> + <action issue="LANG-1375" type="fix" dev="kinow" due-to=" Jerry Zhao">defaultString(final String str) in StringUtils to reuse defaultString(final String str, final String defaultStr)</action> <action issue="LANG-1374" type="fix" dev="kinow" due-to="Jaswanth Bala">Parsing Json Array failed</action> <action issue="LANG-1371" type="fix" dev="pschumacher" due-to="Dmitry Ovchinnikov">Fix TypeUtils#parameterize to work correctly with narrower-typed array</action> <action issue="LANG-1370" type="fix" dev="kinow" due-to="Andre Dieb">Fix EventCountCircuitBreaker increment batch</action>
