From c38417e32dbbda8910b29039c61be4c30621ba7f Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 4 Jun 2024 17:33:16 +0000 Subject: [PATCH] site: fix syntax for 2.0.2 changelog --- site/changelog.gmi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/changelog.gmi b/site/changelog.gmi index 7f04def0..ab3d9ab8 100644 --- a/site/changelog.gmi +++ b/site/changelog.gmi @@ -10,11 +10,11 @@ ## 2024/04/04 - 2.0.2 “Lady Stardust” bugfix release -- fix `log access path' with `chroot' enabled. -- fix config dumping (-nn). -- rework grammar to allow semicolons after top-level statements. -- don't make the log styles reserved keywords. -- contrib/vim: fixed indent, from Anna “CyberTailor”, thanks! +* fix `log access path' with `chroot' enabled. +* fix config dumping (-nn). +* rework grammar to allow semicolons after top-level statements. +* don't make the log styles reserved keywords. +* contrib/vim: fixed indent, from Anna “CyberTailor”, thanks! ## 2024/01/24 - 2.0.1 “Lady Stardust” bugfix release