aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2014-12-27 21:44:30 -0700
committerSean Griffin <sean@seantheprogrammer.com>2014-12-27 21:44:30 -0700
commit3ba552fb2900ce67409af57f3c7a1f9fda4c10d3 (patch)
treefa3db96769d699bc7bdb4623d727c7302b0d6159 /activerecord/CHANGELOG.md
parent307ec3db0fe26cbd1811d34a27e6637726ce23ce (diff)
parente780e2fda326fa5ea616e1441a6ed81b2890085c (diff)
downloadrails-3ba552fb2900ce67409af57f3c7a1f9fda4c10d3.tar.gz
rails-3ba552fb2900ce67409af57f3c7a1f9fda4c10d3.tar.bz2
rails-3ba552fb2900ce67409af57f3c7a1f9fda4c10d3.zip
Merge pull request #18225 from DanOlson/update-without-changing-timestamps
Provide :touch option to save() to accommodate saving without updating t...
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`