From e1209b59863cf847d8de2adcfdadb30739df665f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 8 May 2012 11:13:44 +0200 Subject: [PATCH] Update CHANGELOG and related docs --- History.rdoc | 4 ++++ README.textile | 9 +++------ TODO.textile | 2 -- 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 TODO.textile diff --git a/History.rdoc b/History.rdoc index d31cb92..25154c0 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,7 @@ +== Version 1.2.0 / 2012-05-08 +* Deprecate warden_cookies since it was never functional +* Add support to serialize_from_session and serialize_into_session per scope + == Version 1.1.1 / 2012-02-16 * Allow run_callbacks as an option to set_user and user diff --git a/README.textile b/README.textile index 840055e..3b829c0 100644 --- a/README.textile +++ b/README.textile @@ -1,11 +1,8 @@ Please see the "Warden Wiki":http://wiki.github.com/hassox/warden for overview documentation. -h2. Contributors - -I'm going to try and keep a list of all the contributors to this project. If I've missed your name please just let me know and I'll update it. +h2. Maintainers * Daniel Neighman (hassox) -* Mick Staugaard (staugaard) * José Valim (josevalim) -* Carlos Antonio da Silva (carlosantoniodasilva) -* Justin Smestad (jsmestad) + +"A list of all contributors is available on Github.":https://github.com/hassox/warden/contributors \ No newline at end of file diff --git a/TODO.textile b/TODO.textile deleted file mode 100644 index 76874a3..0000000 --- a/TODO.textile +++ /dev/null @@ -1,2 +0,0 @@ -* Allow a spec / test mode where a _spec_authenticate! method is called on a strategy instead if present -* Implement back urls \ No newline at end of file