LANG-1416: 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/65a7b5d3 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/65a7b5d3 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/65a7b5d3 Branch: refs/heads/master Commit: 65a7b5d3b922e40b0ec12760f1c90db2e1fdee10 Parents: 2bcf86d Author: Benedikt Ritter <brit...@apache.org> Authored: Tue Sep 4 16:15:27 2018 +0200 Committer: Benedikt Ritter <brit...@apache.org> Committed: Tue Sep 4 16:15:27 2018 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/65a7b5d3/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 705ccd0..fe030f7 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.9" date="????-??-??" description="??"> + <action issue="LANG-1416" type="update" dev="britter">Update to JUnit 5</action> <action issue="LANG-1417" type="update" dev="britter">Add @FunctionalInterface to ThreadPredicate and ThreadGroupPredicate</action> <action issue="LANG-1415" type="update" dev="britter">Update Java Language requirement to 1.8</action> <action issue="LANG-1411" type="add" dev="britter" due-to="Alexander Tsvetkov">Add isEmpty method to ObjectUtils</action>