File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Unreleased Changes
2
2
------------------
3
3
4
- * Feature - Uses ` rack ` version 3 as the minimum.
4
+ * Feature - Uses ` rack ~> 3 ` as the minimum.
5
5
6
6
* Feature - Drop support for Ruby 2.5 and 2.6.
7
7
8
8
* Feature - Support additional configuration options through ENV.
9
9
10
- * Feature - Moves Error classes into the Errors module.
10
+ * Feature - Moves error classes into the ` Errors ` module.
11
11
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.
13
13
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` .
15
15
16
16
2.2.0 (2024-01-25)
17
17
------------------
You can’t perform that action at this time.
0 commit comments