Browse Source

Record new forceCsvQuoteChar by Francesco Steccanella

closes #32
master
Stefan Bodewig 8 years ago
parent
commit
54f5c5fbbd
3 changed files with 12 additions and 0 deletions
  1. +1
    -0
      CONTRIBUTORS
  2. +7
    -0
      WHATSNEW
  3. +4
    -0
      contributors.xml

+ 1
- 0
CONTRIBUTORS View File

@@ -125,6 +125,7 @@ Erik Hatcher
Erik Langenbach
Erik Meade
Ernst de Haan
Francesco Steccanella
Frank Harnack
Frank Somers
Frank Zeyda


+ 7
- 0
WHATSNEW View File

@@ -1,6 +1,13 @@
Changes from Ant 1.9.9 TO Ant 1.9.10
====================================

Other changes:
--------------

* Added forceCsvQuoteChar option to <csv> task. When enabled the
values always get quoted.
Github Pull Request #32

Changes from Ant 1.9.8 TO Ant 1.9.9
===================================



+ 4
- 0
contributors.xml View File

@@ -523,6 +523,10 @@
<first>Ernst</first>
<last>de Haan</last>
</name>
<name>
<first>Francesco</first>
<last>Steccanella</last>
</name>
<name>
<first>Frank</first>
<last>Harnack</last>


Loading…
Cancel
Save