CHANGELOG.md in flexirest-1.7.2 vs CHANGELOG.md in flexirest-1.7.3
- old
+ new
@@ -1,6 +1,16 @@
# Changelog
+## 1.7.3
+
+Bugfix:
+
+- Form encoded requests should also honour `wrap_root` (thanks to noctivityinc for the issue report)
+
+Feature:
+
+- Returning `false` from a callback will halt the callback chain and cancel the request (thanks to noctivityinc for the feature request)
+
## 1.7.2
Bugfix:
- JSON responses containing `null` crashed Flexirest, now they return a valid but empty object (thanks to Thomas Steinhausen for the PR)