diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-15 16:49:20 +0100 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-15 16:49:20 +0100 |
commit | 31be959de746da0b704684e858d1ca69dbf6bf7f (patch) | |
tree | 92f062e1602daf695f8bbe8d0d8b9bde525f3953 | |
parent | 9eaa0a3449595d07fe2ada5c4c93ec226622147c (diff) | |
download | rails-31be959de746da0b704684e858d1ca69dbf6bf7f.tar.gz rails-31be959de746da0b704684e858d1ca69dbf6bf7f.tar.bz2 rails-31be959de746da0b704684e858d1ca69dbf6bf7f.zip |
Wrong reference
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index ee285f3ecb..ded72be2f2 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,6 +1,6 @@ *2.3.0/3.0* -* Added lambda merging to OptionMerger (especially useful with named_scope and with_options) #740 [Paweł Kondzior] +* Added lambda merging to OptionMerger (especially useful with named_scope and with_options) #726 [Paweł Kondzior] *2.2.1 [RC2] (November 14th, 2008)* |