aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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