aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-03-29 00:04:27 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2008-03-29 00:04:27 +0000
commitbbf738f269bac83bcc8a0100455c69cba638d877 (patch)
tree8195a8e4c6e7045bfa5fa4d9b6458bf39df0a10d /activerecord/CHANGELOG
parent3704f4ba2e937e32677d461d54fdaa3172a1df8b (diff)
downloadrails-bbf738f269bac83bcc8a0100455c69cba638d877.tar.gz
rails-bbf738f269bac83bcc8a0100455c69cba638d877.tar.bz2
rails-bbf738f269bac83bcc8a0100455c69cba638d877.zip
Track changes to unsaved attributes
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9127 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index eed88ce4ae..71491db213 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Track changes to unsaved attributes. [Jeremy Kemper]
+
* Switched to UTC-timebased version numbers for migrations and the schema. This will as good as eliminate the problem of multiple migrations getting the same version assigned in different branches. Also added rake db:migrate:up/down to apply individual migrations that may need to be run when you merge branches #11458 [jbarnette]
* Fixed that has_many :through would ignore the hash conditions #11447 [miloops]