From a13fa34c0ce9b4ac32441b98d490d9eb486dc860 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sun, 25 Apr 2021 19:28:50 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98cd61f..6fbd590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,12 @@ All notable changes to this project will be documented in this file ### Changed -- Default links and dates in VersionEntry are not consistently `None` +- Default links and dates in VersionEntry are now consistently `None` + +### Fixed + - Changelog links dict now contains version links. Modified version links will overwrite those in the table when writing to a file +- Changelog object no longer errors when creating without a path. ## 0.3.2 - 2021-04-24