From 8e70e71143e372ca299237ab8c3cb5e67f58e841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 23 Jun 2011 09:42:32 -0300 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.rdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 2367b7a7..d78faaf6 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,4 +1,5 @@ * enhancements + * Added authenticated and unauthenticated to the router to route the used based on his status (by github.com/sj26) * Improve e-mail regexp (by github.com/rodrigoflores) * Add strip_whitespace_keys and default to e-mail (by github.com/swrobel) * Do not run format and uniqueness validations on e-mail if it hasn't changed (by github.com/Thibaut)