diff options
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 8 |
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* |