From c5ecb8e329e3739f8b55c3403e309ea85395e863 Mon Sep 17 00:00:00 2001 From: facundo Date: Tue, 24 Sep 2024 11:33:18 -0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c752f3..8978469e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,9 @@ * Bump rust edition from 2018 -> 2021 #142 ### Fixed -* Now uses $XDG_DATA_HOME/rpg (~/.local/share/rpg) for userdata. Will still use ~/.rpg if folder exist #141 +* Now uses $XDG_DATA_HOME/rpg (~/.local/share/rpg) for userdata. Will still use ~/.rpg if folder exist #141 * Fix clap compilation errors #142 +* Fixed misplaced magic_attack and physical_attack #147 ## [1.0.1](https://github.com/facundoolano/rpg-cli/releases/tag/1.0.1) - 2022-02-10