aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorShimpei Makimoto <makimoto@tsuyabu.in>2013-10-16 03:58:45 +0900
committerShimpei Makimoto <makimoto@tsuyabu.in>2013-10-21 17:07:47 +0900
commite2419a451aaeafc166b8677540bc29cd8b0c97fd (patch)
tree9aa72fba480bafb4694e864abaf0a9350ba4a5e8 /activerecord/CHANGELOG.md
parent6205476a53865cec15895dc0546a5ececace5b7a (diff)
downloadrails-e2419a451aaeafc166b8677540bc29cd8b0c97fd.tar.gz
rails-e2419a451aaeafc166b8677540bc29cd8b0c97fd.tar.bz2
rails-e2419a451aaeafc166b8677540bc29cd8b0c97fd.zip
Raise an exception when model without primary key calls .find_with_ids
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 22a37810bc..e17394002d 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Raise an exception when model without primary key calls `.find_with_ids`.
+
+ *Shimpei Makimoto*
+
* Make `Relation#empty?` use `exists?` instead of `count`.
*Szymon Nowak*