Skip to content

Commit 5441509

Browse files
committed
Release 2.15
1 parent b2edf2a commit 5441509

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Revision history for Kelp
22

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

88
[Deprecations]

lib/Kelp.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use List::Util qw(any);
1212
use Scalar::Util qw(blessed);
1313
use Kelp::Context;
1414

15-
our $VERSION = '2.14';
15+
our $VERSION = '2.15';
1616

1717
# Basic attributes
1818
attr -host => hostname;

0 commit comments

Comments
 (0)