CHANGELOG in activesupport-1.2.1 vs CHANGELOG in activesupport-1.2.2

- old
+ new

@@ -1,4 +1,11 @@ +*1.2.2* (October 26th, 2005) + +* Set Logger.silencer = false to disable Logger#silence. Useful for debugging fixtures. + +* Add title case method to String to do, e.g., 'action_web_service'.titlecase # => 'Action Web Service'. [Marcel Molina Jr.] + + *1.2.1* (October 19th, 2005) * Classify generated routing code as framework code to avoid appearing in application traces. [Nicholas Seckar] * Show all framework frames in the framework trace. [Nicholas Seckar]