CHANGELOG.md in flexirest-1.3.33 vs CHANGELOG.md in flexirest-1.3.34

- old
+ new

@@ -1,6 +1,16 @@ # Changelog +## 1.3.34 + +Feature: + +- Added ActiveRecord/Mongoid style dirty/changed tracking methods (thanks to eshork for the PR) + +Bugfix: + +- Now can disable caching on subclasses after being enabled on a parent (thanks to yujideveloper for the PR) + ## 1.3.33 Feature: - Allowed specifying custom message for validation failures