From e780e2fda326fa5ea616e1441a6ed81b2890085c Mon Sep 17 00:00:00 2001 From: Dan Olson Date: Sat, 27 Dec 2014 17:17:57 -0600 Subject: Provide :touch option to save() to accommodate saving without updating timestamps. [#18202] --- activerecord/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 4a954c2cc6..6c2a8e63f8 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,10 @@ +* Provide :touch option to save() to accommodate saving without updating + timestamps. + + Fixes #18202 + + *Dan Olson* + * Provide a more helpful error message when an unsupported class is passed to `serialize` -- cgit v1.2.3