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 719148791c..e3eea53352 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make load_fixtures include csv fixtures. #3053. [me@mdaines.com]
+
* Fix freeze_gems so that the latest rails version is dumped by default. [Nicholas Seckar]
* script/plugin: handle root paths and plugin names which contain spaces. #2995 [justin@aspect.net]