From ae681ae2901a56b3c0cabfc4f56369853818f442 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sun, 25 Apr 2021 02:24:22 -0700 Subject: [PATCH] Bring changelog up to date --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ceb40..98cd61f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file - Unit tests in the `tests` folder +### Changed + +- Default links and dates in VersionEntry are not consistently `None` +- Changelog links dict now contains version links. Modified version links will overwrite those in the table when writing to a file + ## 0.3.2 - 2021-04-24 ### Added