docs, cleanup Active Record CHANGELOG. [ci skip]

This commit is contained in:
Yves Senn 2014-12-28 22:25:42 +01:00
parent 559489f10e
commit ed7196645c
1 changed files with 4 additions and 4 deletions

View File

@ -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*