From f5ab4055b909e7b325304c5a7e414c28bbe441b7 Mon Sep 17 00:00:00 2001 From: Yves Senn <yves.senn@gmail.com> Date: Wed, 13 Jan 2016 10:19:55 +0100 Subject: docs, formatting pass over changelogs. [ci skip] --- activerecord/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'activerecord') 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. -- cgit v1.2.3