aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-12-06 10:43:33 -0800
committerSteve Klabnik <steve@steveklabnik.com>2012-12-06 10:43:33 -0800
commitb27f27d38d898f5929b602ee91f7f20d56e967bb (patch)
tree335a156b04d7e3ea834e950c8aec7aa4c5772eaa /activerecord/CHANGELOG.md
parentce8ac39338f86388e70356b3a470b3ea443802ae (diff)
downloadrails-b27f27d38d898f5929b602ee91f7f20d56e967bb.tar.gz
rails-b27f27d38d898f5929b602ee91f7f20d56e967bb.tar.bz2
rails-b27f27d38d898f5929b602ee91f7f20d56e967bb.zip
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.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
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