From f1793ab29310e2bd619f3da4a71a204c34002c80 Mon Sep 17 00:00:00 2001 From: EduardoRodriguesF Date: Sat, 5 Aug 2023 14:41:11 -0300 Subject: [PATCH] docs: link issue in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3400a95..4d4f11d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Fixed -- It was possible to save malformed files through `edit` and `var --edit` commands. From now on, a parsing error is thrown. +- It was possible to save malformed files through `edit` and `var --edit` commands. From now on, a parsing error is thrown. [#30](https://github.com/EduardoRodriguesF/quartz/issues/30) ## [0.7.0] - 2023-07-29