aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-27 14:10:42 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-27 14:10:42 +0000
commit04c7e82369f179918d6b4177bcb8121a294afd73 (patch)
tree6ff822c74f10cb115137ea5552f2f5a329fe4d41 /activerecord/CHANGELOG
parent55cb8c8f0d36b02a005ba784e5c4794c1d40d74a (diff)
downloadrails-04c7e82369f179918d6b4177bcb8121a294afd73.tar.gz
rails-04c7e82369f179918d6b4177bcb8121a294afd73.tar.bz2
rails-04c7e82369f179918d6b4177bcb8121a294afd73.zip
Made ready for the release of 0.11.1
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1023 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 3f6fed17b5..ffd99de945 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,4 +1,6 @@
-*SVN*
+*1.9.1* (27th March, 2005)
+
+* Fixed that Active Record objects with float attribute could not be cloned #808
* Fixed that MissingSourceFile's wasn't properly detected in production mode #925 [Nicholas Seckar]