CHANGELOG.md in flexirest-1.3.20 vs CHANGELOG.md in flexirest-1.3.21
- old
+ new
@@ -1,6 +1,12 @@
# Changelog
+## 1.3.21
+
+Feature:
+
+- Now any requests returning a 204 with an empty (nil or blank) body return true instead of raising a ParseException
+
## 1.3.20
Bugfix:
- Fixed `has_one` association raising an error if there is no associated object (it should just return `nil`) (thanks to Azat Galikhanov for the PR)