CHANGELOG.MD in eps-rapid-1.1.0 vs CHANGELOG.MD in eps-rapid-1.1.1
- old
+ new
@@ -23,5 +23,8 @@
- add compatibility with ruby 3.0.0
### Version 1.1.0
# Added
- add request and response logging
- 204 responses returns hash
+### Version 1.1.1
+# Patched
+- support for multi-value params, i.e. `property_id: [1234, 2345]` is translated to `property_id=1234&property_id=2345`