aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorSergio Gil <sgilperez@gmail.com>2008-12-08 00:53:38 +0100
committerPratik Naik <pratiknaik@gmail.com>2008-12-21 23:24:06 +0000
commite8de7a67a5ef063164da022845a7cae1753da80e (patch)
tree6b9f49120dd9f95b4b5800454520bf1cc4dcf793 /activesupport/CHANGELOG
parentf7bd0beb67c5d9d50e37aa596605b91e61197fbe (diff)
downloadrails-e8de7a67a5ef063164da022845a7cae1753da80e.tar.gz
rails-e8de7a67a5ef063164da022845a7cae1753da80e.tar.bz2
rails-e8de7a67a5ef063164da022845a7cae1753da80e.zip
Add :allow_nil option to delegate [#1127 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index bc29c41d7c..cf41a20a5c 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.0 [Edge]*
+* Add :allow_nil option to delegate. #1127 [Sergio Gil]
+
* Add Benchmark.ms convenience method to benchmark realtime in milliseconds. [Jeremy Kemper]
* Updated included memcache-client to the 1.5.0.5 version which includes fixes from fiveruns and 37signals to deal with failover and timeouts #1535 [Joshua Sierles]