CHANGELOG.md in dbf-5.0.0 vs CHANGELOG.md in dbf-5.0.1
- old
+ new
@@ -1,6 +1,10 @@
# Changelog
+## 5.0.1
+
+- Raise ArgumentError data is not a string or StringIO object
+
## 5.0.0
- Refactor the Column class to support non-ASCII header names
- Output encoding is now set to UTF-8 if there is no embedded encoding and one is not
specified during DBF::Table initialization.