diff --git a/CHANGELOG b/CHANGELOG index 2275eb1ea..81194cd3a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.