From 03a4de0ae425be2fd61296dcb016374ecb020653 Mon Sep 17 00:00:00 2001 From: Tim Leavitt <73311181+isc-tleavitt@users.noreply.github.com> Date: Tue, 27 Aug 2024 08:39:29 -0400 Subject: [PATCH] Update CHANGELOG.md Formatting tweak --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ab9fa..9c29642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.1.8] - 2024-08-27 ### Fixed --Fixed auto indent of comments inside dynamic arrays removing white space (#50) --Fixed conversion of #; comments at start of line in routines causing syntax error (#55) --Fixed resequencing of Projections and XDatas to give assigned positions (#54) +- Fixed auto indent of comments inside dynamic arrays removing white space (#50) +- Fixed conversion of #; comments at start of line in routines causing syntax error (#55) +- Fixed resequencing of Projections and XDatas to give assigned positions (#54) ## [1.1.7] - 2024-08-20