aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2015-02-11 00:43:51 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2015-02-11 00:43:51 +0530
commitcb7190aa9c4c9e844d063d8c3470af950fa715b7 (patch)
tree7f4ce8502ad3f11d7744d5f96b5e05bb4a6b24de /activerecord/CHANGELOG.md
parentf1a0fa9e19b7e4ccaea191fc6cf0613880222ee7 (diff)
downloadrails-cb7190aa9c4c9e844d063d8c3470af950fa715b7.tar.gz
rails-cb7190aa9c4c9e844d063d8c3470af950fa715b7.tar.bz2
rails-cb7190aa9c4c9e844d063d8c3470af950fa715b7.zip
Fixed typos in ActiveRecord CHANGELOG [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 1470c6dec1..349cb5fb2f 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -20,7 +20,7 @@
*Rafael Mendonça França*
-* Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file.
+* Use `SCHEMA` instead of `DB_STRUCTURE` for specifying structure file.
This makes the db:structure tasks consistent with test:load_structure.
@@ -104,7 +104,7 @@
*Sean Griffin*
* Values which would error while being sent to the database (such as an
- ASCII-8BIT string with invalid UTF-8 bytes on Sqlite3), no longer error on
+ ASCII-8BIT string with invalid UTF-8 bytes on SQLite3), no longer error on
assignment. They will still error when sent to the database, but you are
given the ability to re-assign it to a valid value.