We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0879f0 commit 2376b90Copy full SHA for 2376b90
Changes
@@ -1,4 +1,6 @@
1
2
+9.40 2024-11-24
3
+
4
9.39 2024-11-23
5
- Added EXPERIMENTAL support for encrypted session cookies.
6
This feature is much more secure than signed cookies and can be enabled by installing CryptX and setting the
lib/Mojolicious.pm
@@ -57,7 +57,7 @@ has ua => sub { Mojo::UserAgent->new };
57
has validator => sub { Mojolicious::Validator->new };
58
59
our $CODENAME = 'Waffle';
60
-our $VERSION = '9.39';
+our $VERSION = '9.40';
61
62
sub BUILD_DYNAMIC {
63
my ($class, $method, $dyn_methods) = @_;
0 commit comments