aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexis Bernard <alexis@obloh.com>2012-10-30 15:54:16 +0100
committerAlexis Bernard <alexis@obloh.com>2012-10-31 15:39:24 +0100
commita58cafeb3a86be46849de57481b6644094fb8165 (patch)
tree25e5f33cc12853e6bb522538951319470b484c01 /activerecord/CHANGELOG.md
parent6a6909dc2940ac0a6d3536fdac96bdce55a18023 (diff)
downloadrails-a58cafeb3a86be46849de57481b6644094fb8165.tar.gz
rails-a58cafeb3a86be46849de57481b6644094fb8165.tar.bz2
rails-a58cafeb3a86be46849de57481b6644094fb8165.zip
Fix find_in_batches against string IDs when start option is not specified.
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 2355bb8c9f..1d43840573 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* Fix `find_in_batches` crashing when IDs are strings and start option is not specified.
+
+ *Alexis Bernard*
+
* `AR::Base#attributes_before_type_cast` now returns unserialized values for serialized attributes.
*Nikita Afanasenko*