aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 6c2a8e63f8..d9966f0ad7 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,14 +1,14 @@
-* Provide :touch option to save() to accommodate saving without updating
+* Provide `:touch` option to `save()` to accommodate saving without updating
timestamps.
- Fixes #18202
+ Fixes #18202.
*Dan Olson*
* Provide a more helpful error message when an unsupported class is passed to
- `serialize`
+ `serialize`.
- Fixes #18224
+ Fixes #18224.
*Sean Griffin*