From b14596c9e1b675713451c5da577acb68a5518554 Mon Sep 17 00:00:00 2001 From: aceberg <1502200+aceberg@users.noreply.github.com> Date: Fri, 26 Aug 2022 16:40:14 +0700 Subject: [PATCH] Changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a0ec1da --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ + +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [v0.7.2] - 2022-08-26 + +### Added +- Theme support in config + + +## [v0.7.1] - 2022-08-26 + +### Added +- Workaround for correct display of strings with apostrophes + +### Fixed + +- Issue #2 +- Issue #5 \ No newline at end of file