From 3aa0293e967aaada00169cb86f8d7340ea0755c8 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Mon, 25 Nov 2024 13:34:14 +0000 Subject: [PATCH] Changes! --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9c334b0691..63e5d795b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,9 @@ compile time where possible. ([Richard Viney](https://github.com/richard-viney)) +- Qualified records can now be used in clause guards. + ([Surya Rose](https://github.com/GearsDatapacks)) + ### Build tool - Improved the error message you get when trying to add a package that doesn't @@ -129,9 +132,6 @@ file of same name without warning. It now produces an error. ([PgBiel](https://github.com/PgBiel)) -- Fixed a bug where qualified records were not allowed in clause guards. - ([Surya Rose](https://github.com/GearsDatapacks)) - ## v1.6.1 - 2024-11-19 ### Bug fixed