From 3aad6813caf67c3990289ea9b2c4668841e46785 Mon Sep 17 00:00:00 2001 From: Riccardo Binetti Date: Thu, 9 Feb 2023 16:04:47 +0100 Subject: [PATCH] Add missing periods at the end of changes (#451) As discussed in #450, this better communicates the intent of following a specific style guide. Closes #450 --- CHANGELOG.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 163ad03..6ae13d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Added Dutch translation +- Added Dutch translation. ### Fixed -- Fixed foldouts in Dutch translation +- Fixed foldouts in Dutch translation. +- Added missing periods at the end of each change. ## [1.1.0] - 2019-02-15 @@ -21,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Danish translation from [@frederikspang](https://github.com/frederikspang). - Georgian translation from [@tatocaster](https://github.com/tatocaster). -- Changelog inconsistency section in Bad Practices +- Changelog inconsistency section in Bad Practices. ### Changed @@ -67,7 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improve "Commit log diffs" sub-section to further argument against them. - Merge "Why can’t people just use a git log diff?" with "Commit log - diffs" + diffs". - Fix typos in Simplified Chinese and Traditional Chinese translations. - Fix typos in Brazilian Portuguese translation. - Fix typos in Turkish translation. @@ -185,10 +186,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG. -- CNAME file to enable GitHub Pages custom domain -- README now contains answers to common questions about CHANGELOGs +- CNAME file to enable GitHub Pages custom domain. +- README now contains answers to common questions about CHANGELOGs. - Good examples and basic guidelines, including proper date formatting. -- Counter-examples: "What makes unicorns cry?" +- Counter-examples: "What makes unicorns cry?". [unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.0...HEAD [1.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...v1.1.0