Skip to content

Commit 3007d79

Browse files
taha-husainTaha Husain
authored andcommitted
Add missing punctuations in activerecord CHANGELOG [ci-skip]
1 parent aa0c418 commit 3007d79

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

activerecord/CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@
270270

271271
The behavior now is:
272272

273-
`columns`: (unchanged) raises a db error if the table does not exist
274-
`columns_hash`: (unchanged) raises a db error if the table does not exist
275-
`primary_keys`: (unchanged) returns `nil` if the table does not exist
276-
`indexes`: (changed for mysql2) returns `[]` if the table does not exist
273+
`columns`: (unchanged) raises a db error if the table does not exist.
274+
`columns_hash`: (unchanged) raises a db error if the table does not exist.
275+
`primary_keys`: (unchanged) returns `nil` if the table does not exist.
276+
`indexes`: (changed for mysql2) returns `[]` if the table does not exist.
277277

278278
*Eileen M. Uchitelle*
279279

@@ -418,7 +418,7 @@
418418
* Add option to disable schema dump per-database.
419419

420420
Dumping the schema is on by default for all databases in an application. To turn it off for a
421-
specific database use the `schema_dump` option:
421+
specific database, use the `schema_dump` option:
422422

423423
```yaml
424424
# config/database.yml
@@ -617,7 +617,7 @@
617617

618618
* Fix compatibility with `psych >= 4`.
619619

620-
Starting in Psych 4.0.0 `YAML.load` behaves like `YAML.safe_load`. To preserve compatibility
620+
Starting in Psych 4.0.0 `YAML.load` behaves like `YAML.safe_load`. To preserve compatibility,
621621
Active Record's schema cache loader and `YAMLColumn` now uses `YAML.unsafe_load` if available.
622622
623623
*Jean Boussier*
@@ -1147,8 +1147,8 @@
11471147
11481148
*Eileen M. Uchitelle*, *John Crepezzi*
11491149
1150-
* Support hash config for `structure_dump_flags` and `structure_load_flags` flags
1151-
Now that Active Record supports multiple databases configuration
1150+
* Support hash config for `structure_dump_flags` and `structure_load_flags` flags.
1151+
Now that Active Record supports multiple databases configuration,
11521152
we need a way to pass specific flags for dump/load databases since
11531153
the options are not the same for different adapters.
11541154
We can use in the original way:

0 commit comments

Comments
 (0)