From 33f78d822759aed125b2fb8fe0a9b3a5704d3239 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Mon, 3 Oct 2005 15:28:08 +0000 Subject: Chain the const_missing hook to any previously existing hook so rails can play nicely with rake git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2440 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 47f791e331..3559f715d5 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Chain the const_missing hook to any previously existing hook so rails can play nicely with rake + * Clean logger is compatible with both 1.8.2 and 1.8.3 Logger. #2263 [Michael Schuerig ] * Added native, faster implementations of .blank? for the core types #2286 [skae] -- cgit v1.2.3