From d1152dcbb5e825ca16564b2442fac8a263eb997d Mon Sep 17 00:00:00 2001 From: David Bolack Date: Tue, 7 Nov 2023 21:04:03 -0600 Subject: [PATCH] Add Change log --- changelog.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/changelog.md b/changelog.md index 9f4a07ab2..081bd85ea 100644 --- a/changelog.md +++ b/changelog.md @@ -80,6 +80,32 @@ pre { ## changelog For a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery). +### Tuesday 07/11/2023 + +{{ taskList + +##### abquintic + +* [x] Add user requested feature for definition lists with multiple definitions. + +This implements issue [#2340](https://github.com/naturalcrit/homebrewery/issues/2340) by extending the existing syntax pattern. Additional definitions must be on the same line. + +``` +Dictionary Term :: Definition One :: Definition Two :: Definition Three +``` +Example: +``` +Egg::Came before the Chicken::Python Packaging Format::Over Easy isn't + +Egg + Came before the Chicken + Python Packaging Format + Over Easy isn't +``` + + +}} + ### Friday 13/10/2023 - v3.10.0 {{taskList