From 81a9398ef3f30f33adfe38794e96eee9da442e67 Mon Sep 17 00:00:00 2001 From: zekroTJA Date: Thu, 6 Apr 2023 09:25:05 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79504fa..c2e9aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,4 @@ [VERSION] -> **Wran** -> The option name `[Headers]` is now **deprecated** and support will be removed in release v1.0.0! Please use `[Header]` as option name instead! -> -> Originally, the support for both `Header` and `Headers` as name for the headers option block has been added to avoid errors because both terms have been used somewhat interchangably in the past. But because we want the specification of Goatfiles to be as specific as possible, this support will now be dropped before the official release. - -- The definition of the same block multiple times in the same request will now fail the parsing step with an error message alike the following. [#19] - ``` - 2023-03-20T09:35:53Z FATAL execution failed error="failed parsing goatfile at test/test.goat:14:9: [script]: the section has been already defined" - ``` -- Allow passing multiple Goatfile locations as positional argument. [#21] -- Fixed a bug where the wrong files were listed on batch error. \ No newline at end of file +- Add `[PreScript]` request block. [#20] +- Fix log section spacers and add color to them. 🎨 \ No newline at end of file