CHANGELOG.md in flexirest-1.7.6 vs CHANGELOG.md in flexirest-1.7.7

- old
+ new

@@ -1,6 +1,12 @@ # Changelog +## 1.7.7 + +Change: + +- Set the default charset to UTF-8 for form encoded request bodies, the same as it already was for JSON encoded request bodies. + ## 1.7.6 Feature: - Changed `Flexirest::HTTPException#message` and `#to_s` for a better description of the error than just the class name.