aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2016-01-13 10:19:55 +0100
committerYves Senn <yves.senn@gmail.com>2016-01-13 10:19:55 +0100
commitf5ab4055b909e7b325304c5a7e414c28bbe441b7 (patch)
tree32a4d0b90233747f1a9d11824fad4b580308cef6 /activerecord
parentede2343031981e347605d55200e56829c3eb1b20 (diff)
downloadrails-f5ab4055b909e7b325304c5a7e414c28bbe441b7.tar.gz
rails-f5ab4055b909e7b325304c5a7e414c28bbe441b7.tar.bz2
rails-f5ab4055b909e7b325304c5a7e414c28bbe441b7.zip
docs, formatting pass over changelogs. [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 6a42a0f395..a017ac6f18 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,15 +1,15 @@
* Fix regression when loading fixture files with symbol keys.
- Closes #22584.
+ Fixes #22584.
*Yves Senn*
-* Support `:if` and `:unless` options in `has_secure_token`
+* Support `:if` and `:unless` options in `has_secure_token`.
*Griffin Smith*
* Use `version` column as primary key for schema_migrations table because
- schema_migrations versions are guaranteed to be unique.
+ `schema_migrations` versions are guaranteed to be unique.
This makes it possible to use `update_attributes` on models that do
not have a primary key.