You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/10/28 18:29:13 UTC

[commons-lang] branch master updated: [LANG-1495] Add EnumUtils getEnum() methods with default values #475.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new b26198d  [LANG-1495] Add EnumUtils getEnum() methods with default values #475.
     new be1536f  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
b26198d is described below

commit b26198d2e97d5a6681ba36ed11791b15db4544c2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Oct 28 14:28:50 2019 -0400

    [LANG-1495] Add EnumUtils getEnum() methods with default values #475.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f55297f..bf2701b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-696"  type="update" dev="ggregory" due-to="Peter Verhas">Update documentation related to the issue LANG-696 #449.</action>
     <action                   type="update" dev="ggregory" due-to="Peter Verhas">AnnotationUtils little cleanup #467.</action>
     <action issue="LANG-1494" type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.lang3.time.Calendars.</action>
+    <action issue="LANG-1495" type="add" dev="ggregory" due-to="Cheong Voon Leong">Add EnumUtils getEnum() methods with default values #475.</action>
   </release>
 
   <release version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">