Changelog, version bump
[catagits/Catalyst-Plugin-Session.git] / Changes
CommitLineData
a552e4b5 1Revision history for Perl extension Catalyst::Plugin::Session
2
30.03
4 - Lazify loading of session data for better performance and less chance
5 of race conditions
9b0fa2a6 6 - support for $c->flash a la Ruby on Rails
5faaa4b0 7 - Fixed bug in sessionid algorithm detection.
4207ce8d 8 - Separate __expires from the session data - we write it every time
9 - Lazify saving of session data for better performance and less chance
10 of race conditions
a552e4b5 11
5faaa4b0 120.02 2005-11-23 09:40:00
a552e4b5 13 - Doc fixes
14 - No more -Engine=Test
15
5faaa4b0 160.01 2005-11-14 12:41:00
a552e4b5 17 - Initial release.