From cf9cf279239ba75fe02ede1cb1544f1e445b5259 Mon Sep 17 00:00:00 2001 From: Luke Haas Date: Fri, 27 Jan 2023 12:49:03 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 215f5ee..2e854c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### Version 2.7.5 - 26 January 2023 + +- Fix an issue that caused loop protection to always be enabled. +- Fix an issue that caused inconsistent positioning of some error messages. +- Fix an issue that caused some web requests to be blocked. +- Improvements to how prototypes are displayed in output results. +- Nested objects in output results are now auto-folded. +- Improvements to module scoping when setting a working directory. + ### Version 2.7.4 - 09 December 2022 - General improvements to error handling.