aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorEsteban Santana Santana <sesteban@amazon.com>2016-10-03 16:58:17 +0530
committerEsteban Santana Santana <sesteban@amazon.com>2016-10-03 16:58:17 +0530
commitddddedc487912e33edb7d78aec6bcf99b1312c6d (patch)
tree938c484ff05f7e5030df42e18b4d92a2b91b9214 /railties/CHANGELOG.md
parent8058ece4feea7fb8feed1d0cfc44c6065c773127 (diff)
downloadrails-ddddedc487912e33edb7d78aec6bcf99b1312c6d.tar.gz
rails-ddddedc487912e33edb7d78aec6bcf99b1312c6d.tar.bz2
rails-ddddedc487912e33edb7d78aec6bcf99b1312c6d.zip
Allow the use of listen's 3.1.x branch.
When the initial evented monitor feature was written, the latest version of listen was the 3.0.x series. Since then the listen project has moved on to the 3.1.x series. This patch allows the use of the new versions.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index b03c87e9ba..b488e4ed8e 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Allow the use of listen's 3.1.x branch
+
+ *Esteban Santana Santana*
+
* Run `Minitest.after_run` hooks when running `rails test`.
*Michael Grosser*