aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Deisz <kevin.deisz@gmail.com>2015-10-19 10:33:21 -0400
committerKevin Deisz <kevin.deisz@gmail.com>2015-10-19 10:36:30 -0400
commit3e3f3563b826bc934448c9a6c25d940df4ba073a (patch)
treefd027e1f3f7a05c30f2d3973ac5cad39f3c59f8a /railties/CHANGELOG.md
parentdd2c94aea6de51b58f75f192e5de16e791b9d2d9 (diff)
downloadrails-3e3f3563b826bc934448c9a6c25d940df4ba073a.tar.gz
rails-3e3f3563b826bc934448c9a6c25d940df4ba073a.tar.bz2
rails-3e3f3563b826bc934448c9a6c25d940df4ba073a.zip
Allow rake:stats to account for rake tasks
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 9337dd6407..f43b73cb9d 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Allow rake:stats to account for rake tasks in lib/tasks
+
+ *Kevin Deisz*
+
* Added javascript to update the URL on mailer previews with the currently
selected email format. Reloading the page now keeps you on your selected
format rather than going back to the default html version.