diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 57612bd3b8c7353c362575767d95521df0604ea7..ff0d05bd9e18a0742fe234d036b64be35cf8b12a 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,8 @@ ## Rails 4.0.0 (unreleased) ## +* SQLite adapter no longer corrupts binary data if the data contains '%00' + *Chris Feist* + * Add migration history to schema.rb dump. Loading schema.rb with full migration history restores the exact list of migrations that created