Skip to content

Commit

Permalink
Release 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrtj committed Jul 3, 2024
1 parent b2edf2a commit 5441509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Revision history for Kelp

{NEXT}
2.15 - 2024-07-03
[Changes]
- Kelp's req and res were moved to Context and are now just facades
- Kelp's req and res attributes were moved to Context and are now just facade methods
- Added persistent_controllers config, which makes the system keep the reblessed instances

[Deprecations]
Expand Down
2 changes: 1 addition & 1 deletion lib/Kelp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use List::Util qw(any);
use Scalar::Util qw(blessed);
use Kelp::Context;

our $VERSION = '2.14';
our $VERSION = '2.15';

# Basic attributes
attr -host => hostname;
Expand Down

0 comments on commit 5441509

Please sign in to comment.