aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2019-04-01 22:31:47 -0400
committerGitHub <noreply@github.com>2019-04-01 22:31:47 -0400
commit16912db8fd36927cc15f7ea5dcf1816ca6f0270c (patch)
tree3a51bf94a4eaae44d23c8b9324e0a35997abd99a /railties/CHANGELOG.md
parentbeb0bc9907a31d0cbd2ca68c79c57a9e375761e8 (diff)
parent0c0a69b5fa2bc5c004d7e9406e635bb1d696a4a3 (diff)
downloadrails-16912db8fd36927cc15f7ea5dcf1816ca6f0270c.tar.gz
rails-16912db8fd36927cc15f7ea5dcf1816ca6f0270c.tar.bz2
rails-16912db8fd36927cc15f7ea5dcf1816ca6f0270c.zip
Merge pull request #35824 from connorshea/add-changelog-for-webdrivers
Add Changelog entry for #35732.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md6
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.