From be563c6a9f04729e85b73d1c3fd70f9d1ebaf324 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 28 Oct 2019 13:09:26 +0200 Subject: [PATCH] CHANGELOG.md: Add notes about new unreleased changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc5e5f..6cd57cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - "Home" link for blogs that are not at the root of the domain (@phofman #115) +### Changed +- Use "posts" instead of "post" in exampleSite to align closer with Hugo quick start docs (@sboots #117) + ## [[1.3.2]] - 2019-06-20 ### Changed - Only list "Regular" pages in recent posts in sidebar (@alanorth)