diff options
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 8a68f37d12..672a0f4f05 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,6 +1,8 @@ +*1.14.1* (April 6th, 2005) + * Fix type_name_with_module to handle type names that begin with '::'. Closes #4614. [Nicholas Seckar] -*1.14.1* (April 6th, 2005) +* Fixed that that multiparameter assignment doesn't work with aggregations (closes #4620) [Lars Pind] * Enable Limit/Offset in Calculations (closes #4558) [lmarlow@yahoo.com] |