aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/CHANGELOG.md4
-rw-r--r--railties/CHANGELOG.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 9f95b30122..b39d28ca31 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,8 +1,8 @@
* Ensure `sum` honors `distinct` on `has_many :through` associations
- Fixes #16791
+ Fixes #16791.
- *Aaron Wortham
+ *Aaron Wortham*
* Add `binary` fixture helper method.
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 17d9ff8116..901d24c1ae 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -10,7 +10,7 @@
*Yoshiyuki Hirano*
-* Add git_source to `Gemfile` for plugin generator.
+* Add `git_source` to `Gemfile` for plugin generator.
*Yoshiyuki Hirano*
@@ -80,7 +80,7 @@
* Load environment file in `dbconsole` command.
- Fixes #29717
+ Fixes #29717.
*Yuji Yaginuma*