aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-04-18 20:38:38 +0200
committerYves Senn <yves.senn@gmail.com>2014-04-18 20:38:38 +0200
commit99352088ca9629147150627b2702684f9bf1e608 (patch)
tree6b9501cd4fed638a55a4dd4ec87886dc8bfe8383 /activerecord/CHANGELOG.md
parent98e8c96d42052dd74310aa95102c55f3762becce (diff)
parent5fe4e62807adc61c42c2d94ec36802f25554224a (diff)
downloadrails-99352088ca9629147150627b2702684f9bf1e608.tar.gz
rails-99352088ca9629147150627b2702684f9bf1e608.tar.bz2
rails-99352088ca9629147150627b2702684f9bf1e608.zip
Merge pull request #14796 from kuldeepaggarwal/fix-save-issue
when a destroyed record is duped, it is no longer ´destroyed?`.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 0cba1009b6..74f5666de0 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* `@destroyed` should always be set to `false` when an object is duped.
+
+ *Kuldeep Aggarwal*
+
* Fixed has_many association to make it support irregular inflections.
Fixes #8928.