Skip to content

Commit

Permalink
Fix typo in CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Dec 24, 2016
1 parent 47eb8a5 commit a29ce95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG
Expand Up @@ -11,7 +11,7 @@ If you have built data workflows on top of csvkit you should not upgrade without
Backwards-incompatible changes:

* csvsql now generates DateTime columns instead of Time columns.
* csvsql now generates Decimal columns instead of Integer, BigInteger, and Floatft columns.
* csvsql now generates Decimal columns instead of Integer, BigInteger, and Float columns.
* csvsql no longer generates max-length constraints for text columns.
* The --doublequote long flag is gone, and the -b short flag is now an alias for --no-doublequote.
* When using the --columns or --not-columns options, you must not have spaces around the comma-separated values, unless the column names contain spaces.
Expand Down

0 comments on commit a29ce95

Please sign in to comment.