Skip to content

Commit a9e231e

Browse files
committed
Fix up CHANGELOG
1 parent cca714c commit a9e231e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Unreleased Changes
22
------------------
33

4-
* Feature - Uses `rack` version 3 as the minimum.
4+
* Feature - Uses `rack ~> 3` as the minimum.
55

66
* Feature - Drop support for Ruby 2.5 and 2.6.
77

88
* Feature - Support additional configuration options through ENV.
99

10-
* Feature - Moves Error classes into the Errors module.
10+
* Feature - Moves error classes into the `Errors` module.
1111

12-
* Issue - Set `find_session`, `write_session`, and `delete_session` as public.
12+
* Issue - Set `RackMiddleware`'s `#find_session`, `#write_session`, and `#delete_session` as public.
1313

14-
* Issue - Validate `Configuration` has secret_key on `:initialize` instead of on `:find_session`.
14+
* Issue - Validate `Configuration` has a secret key on `RackMiddleware#initialize` instead of on `#find_session`.
1515

1616
2.2.0 (2024-01-25)
1717
------------------

0 commit comments

Comments
 (0)