diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index b0b2a1c4ab..d72a50022a 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed auto-stamping of dates (created_on/updated_on) for PostgreSQL #985 [dave@cherryville.org] + * Fixed Base.silence/benchmark to only log if a logger has been configured #986 [skaes@web.de] * Added a join parameter as the third argument to Base.find_first and as the second to Base.count #426, #988 [skaes@web.de] |