CHANGELOG.md in flexirest-1.9.13 vs CHANGELOG.md in flexirest-1.9.14
- old
+ new
@@ -1,6 +1,12 @@
# Changelog
+## 1.9.14
+
+Bugfix:
+
+- Remove deprecation warning for `URI.escape` on Ruby 2.7.x.
+
## 1.9.13
Change:
- Unified the response body to be `body` for all exceptions instead of sometimes being `body` and sometimes being `raw_response`, although both are available as aliases where they were defined before (thanks to Romain Gisiger for the PR).