Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 53111 invoked from network); 9 Apr 2011 04:47:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Apr 2011 04:47:42 -0000 Received: (qmail 76260 invoked by uid 500); 9 Apr 2011 04:47:42 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 76067 invoked by uid 500); 9 Apr 2011 04:47:41 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 75059 invoked by uid 99); 9 Apr 2011 04:47:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Apr 2011 04:47:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Apr 2011 04:47:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2F96323889FD; Sat, 9 Apr 2011 04:47:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1090525 - /commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml Date: Sat, 09 Apr 2011 04:47:16 -0000 To: commits@commons.apache.org From: bayard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110409044716.2F96323889FD@eris.apache.org> Author: bayard Date: Sat Apr 9 04:47:15 2011 New Revision: 1090525 URL: http://svn.apache.org/viewvc?rev=1090525&view=rev Log: Adding LANG-510 Modified: commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml Modified: commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml?rev=1090525&r1=1090524&r2=1090525&view=diff ============================================================================== --- commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml (original) +++ commons/proper/lang/trunk/src/site/xdoc/upgradeto3_0.xml Sat Apr 9 04:47:15 2011 @@ -100,6 +100,7 @@ IMPROVEMENTS IN 3.0 [LANG-504] bring ArrayUtils.isEmpty to the generics world. [LANG-505] Rewrite StringEscapeUtils. [LANG-507] StringEscapeUtils.unescapeJava should support \u+ notation. + [LANG-510] Convert StringUtils API to take CharSequence. [LANG-513] Better EnumUtils. [LANG-528] Mutable classes should implement an appropriately typed Mutable interface. [LANG-539] Compile commons.lang for CDC 1.1/Foundation 1.1.