aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorArthur Nogueira Neves <github@arthurnn.com>2015-10-28 16:43:10 -0400
committerArthur Nogueira Neves <github@arthurnn.com>2015-10-28 16:43:10 -0400
commit367e4832294c35091ab0928df52e700d9710af7e (patch)
tree88aa12d2af6af11123f61e9e8862a48e9777cd0d /railties/CHANGELOG.md
parentf7d0a3ba7e9e676d399e7aeed7485a8bf03992f8 (diff)
parent3e3f3563b826bc934448c9a6c25d940df4ba073a (diff)
downloadrails-367e4832294c35091ab0928df52e700d9710af7e.tar.gz
rails-367e4832294c35091ab0928df52e700d9710af7e.tar.bz2
rails-367e4832294c35091ab0928df52e700d9710af7e.zip
Merge pull request #21998 from kddeisz/rake_task_statistics
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.