From 18611e3e1e9327b25986cdd31c1d79edda10c46e Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Mon, 15 Feb 2010 17:15:35 -0500 Subject: [PATCH] CHANGELOG updates --- CHANGELOG.textile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.textile b/CHANGELOG.textile index aaef071a4..4e4651bfb 100644 --- a/CHANGELOG.textile +++ b/CHANGELOG.textile @@ -1,9 +1,13 @@ +h2. 0.8.6 (unreleased) + +* Clearance features capitalization should match view text (Bobby Wilson) + h2. 0.8.5 (01/20/2009) * replaced routing hack with Clearance::Routes.draw(map) to give more control to the application developer. (Dan Croak) * removed attr_accessible from Clearance::User. (Dan Croak) -* fixed bug in password reset feature. (Dan Croak) +* fixed bug in password reset feature. (Ben Orenstein, Dan Croak) * use Jeweler for gemming. (Dan Croak) * remove dependency on root_path, use '/' instead. (Dan Croak) * use Clearance.configure block to set mailer sender instead of