aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorAslak Hellesøy <aslak.hellesoy@gmail.com>2008-05-07 07:59:34 +0200
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-05-11 13:37:29 -0500
commit10fdf44236ea9abfd327fc59d83670d4bcb3e0ca (patch)
treeca354edb2a0c16136304ba45a3f2b2462b68d0d7 /activerecord/CHANGELOG
parent4cc594bd708df1ec67b61833493198ab0009c627 (diff)
downloadrails-10fdf44236ea9abfd327fc59d83670d4bcb3e0ca.tar.gz
rails-10fdf44236ea9abfd327fc59d83670d4bcb3e0ca.tar.bz2
rails-10fdf44236ea9abfd327fc59d83670d4bcb3e0ca.zip
Added protection against duplicate migration names (Aslak Hellesøy) [#112 state:resolved]
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 597b876f22..7a3aa78e46 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added protection against duplicate migration names (Aslak Hellesøy) [#112]
+
* Base#instantiate_time_object: eliminate check for Time.zone, since we can assume this is set if time_zone_aware_attributes is set to true [Geoff Buesing]
* Time zone aware attribute methods use Time.zone.parse instead of #to_time for String arguments, so that offset information in String is respected. Resolves #105. [Scott Fleckenstein, Geoff Buesing]