aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-12-28 22:25:42 +0100
committerYves Senn <yves.senn@gmail.com>2014-12-28 22:25:42 +0100
commited7196645c40a838e438cbfaa43f76efdf2045a8 (patch)
tree4cd36f4825d325d80de3e89b38f4ffd508de40cf /activerecord/CHANGELOG.md
parent559489f10e516fed0f7c5cb56c75110c16f42b62 (diff)
downloadrails-ed7196645c40a838e438cbfaa43f76efdf2045a8.tar.gz
rails-ed7196645c40a838e438cbfaa43f76efdf2045a8.tar.bz2
rails-ed7196645c40a838e438cbfaa43f76efdf2045a8.zip
docs, cleanup Active Record CHANGELOG. [ci skip]
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*