CHANGELOG.md in flexirest-1.3.8 vs CHANGELOG.md in flexirest-1.3.9
- old
+ new
@@ -1,6 +1,12 @@
# Changelog
+## 1.3.9
+
+Feature:
+
+- Proxying now works for PATCH requests, along with the existing GET, POST, PUT and DELETE (thanks to Andrew Schaper for the PR).
+
## 1.3.8
Bugfix:
- Fixing crash when trying to parse a JSON response body for error codes and no translator present.