From f3115fbe8c8ec615c285b2d5926efaa89d25ef65 Mon Sep 17 00:00:00 2001 From: TheBossMagnus Date: Fri, 1 Mar 2024 22:17:16 +0100 Subject: [PATCH] Update Changelog.md --- Changelog.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index a265b5c..d3fc0e8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,14 +5,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.3.0](https://github.com/TheBossMagnus/ModpackChangelogger/releases/tag/0.3.0) - 2024-03-1 ### Added -* Added support for Curseforge modpacks format and API. - * Now, you can use two packs in the Curseforge format and expect changelogs just like with Modrinth packs.) +* Added support for Curseforge modpacks format and API + * Now, you can use two packs in the Curseforge format and expect changelogs just like with Modrinth packs) * Added a header to the generated changelogs - * can be easily customized via the config file. + * can be easily customized via the config file ### Changed -* Improved the handling of incomplete or malformatted config with proper error messages. -* Made some improvements to the resulting changelog. -* Made some improvements to error message and logging. +* Improved the handling of incomplete or malformatted config with proper error messages +* Made some improvements to the resulting changelog +* Made some improvements to the error messages and logging * The compiled Linux executable is now deprecated ## [0.2.0](https://github.com/TheBossMagnus/ModpackChangelogger/releases/tag/0.2.0) - 2024-01-30