aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-25 20:10:24 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-25 20:10:24 +0000
commitac8ebc19be69c907798e5146471aa0234396eb46 (patch)
tree61c77e4ffa50db3c0188bd339bee47306a3c5aae /actionpack/CHANGELOG
parentc328f64e37dac9bdec742bb82ffde14b84fe5e74 (diff)
downloadrails-ac8ebc19be69c907798e5146471aa0234396eb46.tar.gz
rails-ac8ebc19be69c907798e5146471aa0234396eb46.tar.bz2
rails-ac8ebc19be69c907798e5146471aa0234396eb46.zip
Prepared for 0.9.5 release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@515 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index c00d72230e..a4ca2ec3fc 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,4 +1,6 @@
-*SVN*
+*1.4.0* (January 25th, 2005)
+
+* Fixed problems with ActiveRecordStore under the development environment in Rails
* Fixed the ordering of attributes in the xml-decleration of Builder #540 [woeye]