CHANGELOG.md in simple_form-5.2.0 vs CHANGELOG.md in simple_form-5.3.0

- old
+ new

@@ -1,6 +1,10 @@ -## Unreleased +## 5.3.0 +* Add support for Rails 7.1. (no meaningful changes required.) +* Add `SimpleForm.deprecator` to integrate with new application deprecators in Rails 7.1. +* Remove test files from the gem package. [@orien](https://github.com/orien) +* Speed up input mapping lookup by avoiding rescuing exceptions. [@meanphil](https://github.com/meanphil) [@kriom](https://github.com/kriom) [@egeek](https://github.com/egeek) ## 5.2.0 * Add support for Rails 7.0 and Ruby 3.1/3.2 (no changes required) * Fix escaping issue on boolean input with `include_hidden: false` and custom wrapper.