From dacacdc496ce027af18bfc6768044033f01a6766 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Thu, 6 May 2021 23:13:09 -0700 Subject: [PATCH] Document a change I made --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18976ca..ebab979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,8 @@ All notable changes to this project will be documented in this file ### Added -- Terminal output has color to distinguish version names/headers, sections, and git information +- Terminal output has color to distinguish version names/headers, sections, and git information. +- Extra newlines are added between versions to improve readability of the raw markdown file. ## 0.3.3 - 2021-04-27