CHANGELOG.md in flexirest-1.12.2 vs CHANGELOG.md in flexirest-1.12.3

- old
+ new

@@ -1,6 +1,12 @@ # Changelog +## 1.12.3 + +Bugfix: + +- Do not raise undefined method error when ignore_root value is null (thanks to jpawlyn for the PR) + ## 1.12.2 Bugfix: - Changing the parameters in a `defaults` option to a mapping shouldn't mutate the parameters, meaning that retries should get the same as the original parameters (thanks to vskbjrn for the bug report)