aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2011-03-31 16:20:59 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2011-03-31 16:20:59 -0700
commit0eb6e5e270c0a1114fdafe4a8daa35ee88e176e3 (patch)
tree9a215a7a49b1a7c1eb7d14b923032e4b2011f72d /railties/CHANGELOG
parentcaf0a72c85ddd30f901c33a2d72cf2a7453ed469 (diff)
downloadrails-0eb6e5e270c0a1114fdafe4a8daa35ee88e176e3.tar.gz
rails-0eb6e5e270c0a1114fdafe4a8daa35ee88e176e3.tar.bz2
rails-0eb6e5e270c0a1114fdafe4a8daa35ee88e176e3.zip
Moved Turn activation/dependency to railties
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 07e7e461de..f159247308 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.1.0 (unreleased)*
+* Add using Turn with natural language test case names for test_help.rb when running with minitest (Ruby 1.9.2+) [DHH]
+
* Direct logging of Active Record to STDOUT so it's shown inline with the results in the console [DHH]
* Added `config.force_ssl` configuration which loads Rack::SSL middleware and force all requests to be under HTTPS protocol [DHH, Prem Sichanugrist, and Josh Peek]