aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 13:16:41 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 13:16:41 +0000
commit99fca6330d510ca83ca5abf6cd5812d518634129 (patch)
treee79cd451e92f635d524491b84bc2fbd282ad22a9 /activerecord
parentd9168fd20649bfaf9e44aa050bd23f9052c8e84a (diff)
downloadrails-99fca6330d510ca83ca5abf6cd5812d518634129.tar.gz
rails-99fca6330d510ca83ca5abf6cd5812d518634129.tar.bz2
rails-99fca6330d510ca83ca5abf6cd5812d518634129.zip
Marked for release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@796 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 9ea84c0fb6..755b3dd9ee 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,4 +1,4 @@
-*SVN*
+*1.7.0* (24th February, 2005)
* Changed the auto-timestamping feature to use ActiveRecord::Base.default_timezone instead of entertaining the parallel ActiveRecord::Base.timestamps_gmt method. The latter is now deprecated and will throw a warning on use (but still work) #710 [Jamis Buck]