aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-12-27 08:43:38 -0500
committerJon Moss <me@jonathanmoss.me>2016-12-27 08:43:38 -0500
commitc01322376e196c883a659cd8a969a04400c35e23 (patch)
tree2c5e1be4d0fb613ca17039117f268df953b2ca78 /actionpack/CHANGELOG.md
parentd99c772da0d22a1651445fe953c386b1e528f728 (diff)
downloadrails-c01322376e196c883a659cd8a969a04400c35e23.tar.gz
rails-c01322376e196c883a659cd8a969a04400c35e23.tar.bz2
rails-c01322376e196c883a659cd8a969a04400c35e23.zip
Small edits to actionpack/CHANGELOG.md
[ci skip] - change a period to a comma - add backticks for class + method
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index c36de3ebdd..2f0c677ad1 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,6 +1,6 @@
* Use accept header in integration tests with `as: :json`
- Instead of appending the `format` to the request path. Rails will figure
+ Instead of appending the `format` to the request path, Rails will figure
out the format from the header instead.
This allows devs to use `:as` on routes that don't have a format.
@@ -9,7 +9,7 @@
*Kasper Timm Hansen*
-* Reset a new session directly after its creation in ActionDispatch::IntegrationTest#open_session.
+* Reset a new session directly after its creation in `ActionDispatch::IntegrationTest#open_session`.
Fixes #22742.