CHANGELOG.md in flexirest-1.7.1 vs CHANGELOG.md in flexirest-1.7.2
- old
+ new
@@ -1,6 +1,12 @@
# Changelog
+## 1.7.2
+
+Bugfix:
+
+- JSON responses containing `null` crashed Flexirest, now they return a valid but empty object (thanks to Thomas Steinhausen for the PR)
+
## 1.7.1
Bugfix:
- Fixed fetching nested associations from the compound document when using JsonAPI standard requests (thanks to Mike Voets for the PR)