diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2011-03-31 12:25:04 -0700 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2011-03-31 12:25:04 -0700 |
commit | 6eff04499e28865890e1ae3915fe80e4903a997b (patch) | |
tree | cd4f7cd98519a3bdc7ec5665f0aec7133e0dba10 /activesupport/CHANGELOG | |
parent | edf7c9a6a3331bfc0beabc9dc9c8beac22677e53 (diff) | |
download | rails-6eff04499e28865890e1ae3915fe80e4903a997b.tar.gz rails-6eff04499e28865890e1ae3915fe80e4903a997b.tar.bz2 rails-6eff04499e28865890e1ae3915fe80e4903a997b.zip |
Add using Turn with natural language test case names if the library is available (which it will be in Rails 3.1) [DHH]
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 373236ce9a..1be5f39ac4 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *Rails 3.1.0 (unreleased)* +* Add using Turn with natural language test case names if the library is available (which it will be in Rails 3.1) [DHH] + * LocalCache strategy is now a real middleware class, not an anonymous class posing for pictures. |