From a7621d7d530e47a783f4a9652c20dae9eaf70d66 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Sat, 10 Jan 2015 12:17:57 +0100 Subject: formatting pass over CHANGELOGs. [ci skip] --- activesupport/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index a7306c2cae..f60689b2b5 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,6 +1,6 @@ * Add `SecureRandom.base58` for generation of random base58 strings. - *Matthew Draper + Guillermo Iguaran* + *Matthew Draper*, *Guillermo Iguaran* * Add `#prev_day` and `#next_day` counterparts to `#yesterday` and `#tomorrow` for `Date`, `Time`, and `DateTime`. @@ -109,6 +109,8 @@ * Add support for error dispatcher classes in `ActiveSupport::Rescuable`. Now it acts closer to Ruby's rescue. + Example: + class BaseController < ApplicationController module ErrorDispatcher def self.===(other) -- cgit v1.2.3