aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-27 17:18:35 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-27 17:18:35 +0000
commit85bb292a8fa95d9685b42b8a131d1f97aa34491c (patch)
tree1071f84cab51c914f7181ef7d2a1c911cf30991c /activerecord/CHANGELOG
parentea26abeed820d511a8127f4edf06060e3dc129dc (diff)
downloadrails-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/CHANGELOG5
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]