CHANGELOG.md in dbf-2.0.3 vs CHANGELOG.md in dbf-2.0.4
- old
+ new
@@ -1,5 +1,8 @@
+# 2.0.4
+ - memo fields return nil if memo file is missing
+
# 2.0.3
- set encoding if table encoding is nil
# 2.0.2
- Allow overriding the character encoding specified in the file
@@ -36,10 +39,10 @@
# 1.6.7
- memo columns return nil when no memo file found
# 1.6.6
- add binary data type support to ActiveRecord schema output
-
+
# 1.6.5
- support for visual foxpro double (b) data type
# 1.6.3
- Replace invalid chars with 'unicode replacement character' (U+FFFD)