Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1DF0F17A54 for ; Mon, 10 Nov 2014 03:19:48 +0000 (UTC) Received: (qmail 95270 invoked by uid 500); 10 Nov 2014 03:19:43 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 95172 invoked by uid 500); 10 Nov 2014 03:19:42 -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 95163 invoked by uid 99); 10 Nov 2014 03:19:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2014 03:19:42 +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; Mon, 10 Nov 2014 03:19:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AC77E238888F; Mon, 10 Nov 2014 03:18:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1637783 - /commons/proper/csv/trunk/src/changes/changes.xml Date: Mon, 10 Nov 2014 03:18:51 -0000 To: commits@commons.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141110031851.AC77E238888F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ggregory Date: Mon Nov 10 03:18:51 2014 New Revision: 1637783 URL: http://svn.apache.org/r1637783 Log: Sort changes by fix, update, and add (makes sense to me at least.) Modified: commons/proper/csv/trunk/src/changes/changes.xml Modified: commons/proper/csv/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/changes/changes.xml?rev=1637783&r1=1637782&r2=1637783&view=diff ============================================================================== --- commons/proper/csv/trunk/src/changes/changes.xml (original) +++ commons/proper/csv/trunk/src/changes/changes.xml Mon Nov 10 03:18:51 2014 @@ -40,12 +40,12 @@ QuoteMode.NON_NUMERIC doesn't work with CSVPrinter.printRecords(ResultSet) - Save positions of records to enable random access CSVFormat#withHeader doesn't work well with #printComment, add withHeaderComments(String...) CSVFormat.EXCEL should ignore empty header names - Add CSVFormat#with 0-arg methods matching boolean arg methods Incorrect Javadoc referencing org.apache.commons.csv.CSVFormat withQuote() Improve toString() implementation of CSVRecord + Add CSVFormat#with 0-arg methods matching boolean arg methods + Save positions of records to enable random access No longer works with Java 6