Changelog.md in merge_params-0.4.1 vs Changelog.md in merge_params-0.4.2

- old
+ new

@@ -3,9 +3,14 @@ This project follows [semver 2.0.0](http://semver.org/spec/v2.0.0.html) and the recommendations of [keepachangelog.com](http://keepachangelog.com/). ## (Unreleased) +## 0.4.2 (2019-02-10) +- Fix `merge_url_for` to not pass on reserved options like only_path (which were only intended for + consumption by `url_for`) to `add_params`. It was adding it to the end of the URL, like + `only_path=true`. + ## 0.4.1 (2019-02-08) - Fix issue with merge_params not merging nested hashes as expected (changed to use `deep_merge` instead of `merge`) ## 0.4.0 (2019-02-07)