Skip to content

Commit 5755f57

Browse files
committed
Fix indentation in CHANGELOG [ci skip]
1 parent 1689d9d commit 5755f57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

actionpack/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
*Michael J Coyne*
99

10-
* Use Capybara registered `:puma` server config.
10+
* Use Capybara registered `:puma` server config.
1111

1212
The Capybara registered `:puma` server ensures the puma server is run in process so
1313
connection sharing and open request detection work correctly by default.
1414

1515
*Thomas Walpole*
1616

17-
* Cookies `:expires` option supports `ActiveSupport::Duration` object.
17+
* Cookies `:expires` option supports `ActiveSupport::Duration` object.
1818

1919
cookies[:user_name] = { value: "assain", expires: 1.hour }
2020
cookies[:key] = { value: "a yummy cookie", expires: 6.months }
@@ -23,7 +23,7 @@
2323

2424
*Assain Jaleel*
2525

26-
* Enforce signed/encrypted cookie expiry server side.
26+
* Enforce signed/encrypted cookie expiry server side.
2727

2828
Rails can thwart attacks by malicious clients that don't honor a cookie's expiry.
2929

0 commit comments

Comments
 (0)