You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/12/30 13:32:31 UTC

svn commit: r1648519 - /commons/proper/validator/trunk/RELEASE-NOTES.txt

Author: britter
Date: Tue Dec 30 12:32:31 2014
New Revision: 1648519

URL: http://svn.apache.org/r1648519
Log:
Add VALIDATOR-307 to release notes

Modified:
    commons/proper/validator/trunk/RELEASE-NOTES.txt

Modified: commons/proper/validator/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/RELEASE-NOTES.txt?rev=1648519&r1=1648518&r2=1648519&view=diff
==============================================================================
--- commons/proper/validator/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/validator/trunk/RELEASE-NOTES.txt Tue Dec 30 12:32:31 2014
@@ -55,6 +55,11 @@ BUGS FROM PREVIOUS RELEASE
                      Thanks to Ar?nas Bendoraitis.
  * [VALIDATOR-331] - IBANCheckDigitTest.createInvalidCodes(String[] codes) uses wrong values.
 
+IMPROVEMENTS OVER PREVIOUS RELEASE
+===================================
+
+ * [VALIDATOR-307] - isValid checks if the given address is only IPV4 address and not IPV6
+
 DEPRECATIONS
 ============
  * [VALIDATOR-337] - Deprecate the JS part of commons validator. Thanks to Ben Ripkens.