diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2019-04-01 18:57:13 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2019-04-01 18:57:13 -0600 |
commit | 0c0a69b5fa2bc5c004d7e9406e635bb1d696a4a3 (patch) | |
tree | 3a51bf94a4eaae44d23c8b9324e0a35997abd99a /railties | |
parent | beb0bc9907a31d0cbd2ca68c79c57a9e375761e8 (diff) | |
download | rails-0c0a69b5fa2bc5c004d7e9406e635bb1d696a4a3.tar.gz rails-0c0a69b5fa2bc5c004d7e9406e635bb1d696a4a3.tar.bz2 rails-0c0a69b5fa2bc5c004d7e9406e635bb1d696a4a3.zip |
Add Changelog entry for #35732.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 549a9b6de0..e6ad643bb1 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,3 +1,9 @@ +* Replace `chromedriver-helper` gem with `webdrivers` in default Gemfile. + `chromedriver-helper` is deprecated as of March 31, 2019 and won't + recieve any further updates. + + *Guillermo Iguaran‮* + * Applications running in `:zeitwerk` mode that use `bootsnap` need to upgrade `bootsnap` to at least 1.4.2. |