From 21c2f0551e916246f7ee1a7ab2206d02939e0cd5 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Ouimet Date: Mon, 11 Sep 2023 20:08:00 -0400 Subject: [PATCH] Update changelog for `v1.1.1` --- CHANGES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d6b657a27..24bc84cfa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +## v1.1.1 + +### Added + +- Added support for fixity pragmas before declarations (#270). + +### Changed + +- Updated the Beluga mode for Emacs to use the `'cl-lib` library instead of `'cl`. + +### Fixed + +- Colouring of error messages is fixed for the Beluga mode for Emacs using the `'ansi-color` library (requires Emacs >= v28.1). + ## v1.1 ### Added