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

- old
+ new

@@ -1,6 +1,12 @@ # Changelog +## 1.3.2 + +Features: + +- Allow setting the body for a delete request - whether this is within HTTP spec is dubious, but a few APIs require it (thanks to Jeffrey Gu) + ## 1.3.1 Features: - You can now use has_many/has_one on the class live, more like ActiveRecord