diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-27 17:18:35 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-27 17:18:35 +0000 |
commit | 85bb292a8fa95d9685b42b8a131d1f97aa34491c (patch) | |
tree | 1071f84cab51c914f7181ef7d2a1c911cf30991c /activerecord/CHANGELOG | |
parent | ea26abeed820d511a8127f4edf06060e3dc129dc (diff) | |
download | rails-85bb292a8fa95d9685b42b8a131d1f97aa34491c.tar.gz rails-85bb292a8fa95d9685b42b8a131d1f97aa34491c.tar.bz2 rails-85bb292a8fa95d9685b42b8a131d1f97aa34491c.zip |
Added MacroReflection#macro which will return a symbol describing the macro used (like :composed_of or :has_many) #718, #248 [james@slashetc.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@805 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 755b3dd9ee..756ed0907b 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,3 +1,8 @@ +*SVN* + +* Added MacroReflection#macro which will return a symbol describing the macro used (like :composed_of or :has_many) #718, #248 [james@slashetc.com] + + *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] |