Checking in changes prior to tagging of version 0.11. Changelog diff is:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sat, 27 Feb 2010 10:42:03 +0000 (02:42 -0800)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Sat, 27 Feb 2010 10:42:03 +0000 (02:42 -0800)
commit3f7980eee39a3ed424c5163da97c26a42b93dba0
tree28334af9e7e5b8a60ece0432d1368ac8dd493df5
parent0e9a58b8115a41d6c6f3918317eb6d5acacc5ab6
Checking in changes prior to tagging of version 0.11.  Changelog diff is:

diff --git a/Changes b/Changes
index da5ed78..1e3c6bc 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Plack::Middleware::Session

+0.11 Sat Feb 27 02:40:29 PST 2010
+    - Added Session::Store::DBI by lestrrat
+
 0.10 Mon Feb 22 19:03:17 PST 2010
     - Make this a non-dev release now Plack 0.9910 is out
Changes
lib/Plack/Middleware/Session.pm
lib/Plack/Session.pm
lib/Plack/Session/State.pm
lib/Plack/Session/State/Cookie.pm
lib/Plack/Session/Store.pm
lib/Plack/Session/Store/Cache.pm
lib/Plack/Session/Store/File.pm
lib/Plack/Session/Store/Null.pm