CHANGELOG.md in flexirest-1.3.22 vs CHANGELOG.md in flexirest-1.3.24

- old
+ new

@@ -1,6 +1,18 @@ # Changelog +## 1.3.24 + +Bugfix: + +- Calling class methods on an instance where the instance is cacheable should work (thanks to johnmckinght for the bug report) + +## 1.3.23 + +Bugfix: + +- Should not parse multiline strings as `DateTime` when using the automatica parsing (thanks to execjosh for the PR) + ## 1.3.22 Bugfix: - Broke a test in v1.3.21 (according to Travis) which was passing locally, updated all my gems and then it broke locally, so reverted the test.