Author: ggregory
Date: Mon May 16 21:47:16 2016
New Revision: 1744154

URL: http://svn.apache.org/viewvc?rev=1744154&view=rev
Log:
[CODEC-219] Don't deprecate Charsets Charset constants in favor of Java 7's 
java.nio.charset.StandardCharsets

Modified:
    commons/proper/codec/trunk/src/changes/changes.xml

Modified: commons/proper/codec/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/changes/changes.xml?rev=1744154&r1=1744153&r2=1744154&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Mon May 16 21:47:16 2016
@@ -47,7 +47,7 @@ The <action> type attribute can be add,u
       <action dev="ggregory" type="fix" issue="CODEC-207" due-to="Gary 
Gregory">Charsets Javadoc breaks build when using Java 8</action>         
       <action dev="ggregory" type="fix" issue="CODEC-199" due-to="Yossi 
Tamari">Bug in HW rule in Soundex</action>         
       <action dev="ggregory" type="fix" issue="CODEC-209" due-to="Gary 
Gregory">Javadoc for SHA-224 DigestUtils methods should mention Java 1.8.0 
restriction instead of 1.4.0.</action>         
-      <action dev="ggregory" type="fix" issue="CODEC-219" due-to="Gary 
Gregory">Don't deprecate Charsets Charset constants in favor of Java 7's 
java.nio.charset.StandardCharsets</action>         
+      <action dev="ggregory" type="fix" issue="CODEC-219" due-to="Gary 
Gregory, Sebb">Don't deprecate Charsets Charset constants in favor of Java 7's 
java.nio.charset.StandardCharsets</action>         
       <action dev="ggregory" type="add" issue="CODEC-218" due-to="Gary 
Gregory">Refactor HmacUtils methods into the HmacAlgorithms enum</action>       
  
       <action dev="ggregory" type="add" issue="CODEC-217" due-to="Gary 
Gregory">Add HmacAlgorithms.HMAC_SHA_224 (Java 8 only)</action>         
       <action dev="ggregory" type="add" issue="CODEC-213" due-to="Gary 
Gregory">Support JEP 287: SHA-3 Hash Algorithms</action>         


Reply via email to