From b27f27d38d898f5929b602ee91f7f20d56e967bb Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 6 Dec 2012 10:43:33 -0800 Subject: [PATCH] CHANGELOG for 78d5d6f. It was pointed out by @giner that the CHANGELOG entry for https://github.com/rails/rails/commit/78d5d6f8688bb7c45ba9a3ef893682231130da3f wasn't included. Here it is. --- activerecord/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 57612bd3b8..ff0d05bd9e 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 -- GitLab