CHANGELOG.md in flexirest-1.2.19 vs CHANGELOG.md in flexirest-1.3.1

- old
+ new

@@ -1,6 +1,18 @@ # Changelog +## 1.3.1 + +Features: + +- You can now use has_many/has_one on the class live, more like ActiveRecord + +## 1.3.0 + +Features: + +- Allow a custom name to be set to be used in logging (thanks to Lewis Buckley) + ## 1.2.19 Features: - Allow procs in defaults to be able to use params (for Michael Mealling)