From 97d8e399325245d22cd320d1abe4d93aff77a154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 10 Nov 2011 16:18:10 -0200 Subject: [PATCH] Update CHANGELOG.rdoc --- CHANGELOG.rdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index fe900586..9eb3a71e 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -6,6 +6,7 @@ * Models can select the proper mailer via devise_mailer method (by github.com/locomotivecms) * Migration generator now uses the change method (by github.com/nashby) * Support to markerb templates on the mailer generator (by github.com/sbounmy) + * Support for Omniauth 1.0 (older versions are no longer supported) (by github.com/TamiasSibiricus) * bug fix * Allow idempotent API requests