CHANGELOG.md in flexirest-1.6.6 vs CHANGELOG.md in flexirest-1.6.7
- old
+ new
@@ -1,6 +1,12 @@
# Changelog
+## 1.6.7
+
+Bugfix:
+
+- Returning the string value for a field that looks like a Date/DateTime instead of raising an error when the value can't be parsed (thanks to Give Corps for the pull request)
+
## 1.6.6
Feature:
- Username and Password can now take a block/proc for dynamically retrieving the username and password, and will pass in the object if called in a current object context (thanks to Sam Starling for suggesting this lack of functionality)