CHANGELOG.md in flexirest-1.3.9 vs CHANGELOG.md in flexirest-1.3.10

- old
+ new

@@ -1,6 +1,12 @@ # Changelog +## 1.3.10 + +Feature: + +- Added per-request params encoding so you can choose between `param[]=foo&param[]=bar` or `param=foo&param=bar` (thanks to bkubic for the PR). + ## 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).