aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
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 06c59619d3..79c43bbe3e 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* rake should run functional tests even if the unit tests have failures [Jim Weirich]
+
* Back off cleanpath to be symlink friendly. Closes #2533 [Nicholas Seckar]
* Load rake task files in alphabetical order so you can build dependencies and count on them #2554 [Blair Zajac]