aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-15 11:05:44 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-15 16:44:47 +0100
commite6b33a83376462619832fc51fb18929d4fc131db (patch)
treece0576786f3ae819a61b693261250afed7f99563 /activesupport/CHANGELOG
parent44c3b865ac52a7c9a6312982ba0f6c20d7ad41e1 (diff)
downloadrails-e6b33a83376462619832fc51fb18929d4fc131db.tar.gz
rails-e6b33a83376462619832fc51fb18929d4fc131db.tar.bz2
rails-e6b33a83376462619832fc51fb18929d4fc131db.zip
Added lambda merging to OptionMerger (especially useful with named_scope and with_options) [#740 state:commited] (Paweł Kondzior)
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 2b0b296842..ee285f3ecb 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,3 +1,8 @@
+*2.3.0/3.0*
+
+* Added lambda merging to OptionMerger (especially useful with named_scope and with_options) #740 [Paweł Kondzior]
+
+
*2.2.1 [RC2] (November 14th, 2008)*
* Increment the version of our altered memcache-client to prevent confusion caused when the 1.5.0 gem is installed.