aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-03-26 20:30:18 +0100
committerXavier Noria <fxn@hashref.com>2019-03-26 20:30:18 +0100
commit379d7e8bfa9484d495c2051266852df908c0ea59 (patch)
tree731af0ce8e298fd176d1ec6b7e6172cb731d3035 /railties/CHANGELOG.md
parentd2f0cb1615797e89d815516f6e033c5d6415ded0 (diff)
downloadrails-379d7e8bfa9484d495c2051266852df908c0ea59.tar.gz
rails-379d7e8bfa9484d495c2051266852df908c0ea59.tar.bz2
rails-379d7e8bfa9484d495c2051266852df908c0ea59.zip
bumps Zeitwerk and Bootsnap
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 9d026ad4fd..df0d6d4fa0 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Applications running in `:zeitwerk` mode that use `bootsnap` need
+ to upgrade `bootsnap` to at least 1.4.2.
+
+ *Xavier Noria*
+
* Add `config.disable_sandbox` option to Rails console.
This setting will disable `rails console --sandbox` mode, preventing