Checking in changes prior to tagging of version 0.14.
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Tue, 29 Mar 2011 20:49:07 +0000 (13:49 -0700)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Tue, 29 Mar 2011 20:49:07 +0000 (13:49 -0700)
commitf85f3f00f74bea6d4a3c1a05761e1e7ebf0f948f
tree5f4301210a54907329f58348505b4ed0cdda9181
parent4804dac361810f70fd6c930d518c227ee64c8fb9
Checking in changes prior to tagging of version 0.14.

Changelog diff is:

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

+0.14 Tue Mar 29 13:48:42 PDT 2011
+    - Support get_dbh callback in Store::DBI (kazeburo)
+
 0.13 Wed Dec 22 08:56:52 PST 2010
     - Added WARNINGS to deprecate request parameter based session state from the default state
     - Added 'change_id' option for paranoids against session fixation (s-aska, nihen)
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