aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorDan Olson <olson_dan@yahoo.com>2014-12-27 17:17:57 -0600
committerDan Olson <olson_dan@yahoo.com>2014-12-27 22:22:37 -0600
commite780e2fda326fa5ea616e1441a6ed81b2890085c (patch)
treefa3db96769d699bc7bdb4623d727c7302b0d6159 /activerecord/CHANGELOG.md
parent307ec3db0fe26cbd1811d34a27e6637726ce23ce (diff)
downloadrails-e780e2fda326fa5ea616e1441a6ed81b2890085c.tar.gz
rails-e780e2fda326fa5ea616e1441a6ed81b2890085c.tar.bz2
rails-e780e2fda326fa5ea616e1441a6ed81b2890085c.zip
Provide :touch option to save() to accommodate saving without updating timestamps. [#18202]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
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`