Repository: commons-lang Updated Branches: refs/heads/master fac65b868 -> 6e9853820
LANG-1220: add changes.xml entry. This closes #133 from github. Thanks to Casey Scarborough Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/6e985382 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/6e985382 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/6e985382 Branch: refs/heads/master Commit: 6e98538200536f90d5fa88b8982b7eadc651d0b8 Parents: fac65b8 Author: Bruno P. Kinoshita <[email protected]> Authored: Sun Apr 24 13:03:39 2016 +1200 Committer: Bruno P. Kinoshita <[email protected]> Committed: Sun Apr 24 13:03:39 2016 +1200 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/6e985382/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8118fe1..6b345c4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ <body> <release version="3.5" date="tba" description="tba"> + <action issue="LANG-1220" type="add" dev="kinow" due-to="Casey Scarborough">Add tests for missed branches in DateUtils</action> <action issue="LANG-1202" type="fix" dev="chas" due-to="Markus Jelsma">parseDateStrictly does't pass specified locale</action> <action issue="LANG-1219" type="fix" dev="chas" due-to="Jarek">FastDateFormat doesn't respect summer daylight in some localized strings</action> <action issue="LANG-1201" type="add" dev="ggregory" due-to="Gary Gregory">Add a TimeUnit-like classes for base 2 and base 10 digital conversions (bits, bytes, KB, MB, and so on)</action>
