From 28565d3f8bf3aecf07db782769ea54bbcf5a5cb8 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Wed, 29 Nov 2023 17:51:05 -0800 Subject: [PATCH] chore: add changelog for #911 and #945 (#946) --- Changes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes.md b/Changes.md index a892e2e131..1932720cea 100644 --- a/Changes.md +++ b/Changes.md @@ -75,6 +75,10 @@ Unreleased ([#940](https://github.com/melange-re/melange/pull/940/)) - BREAKING(ppx): remove `@mel.splice` in favor of `@mel.variadic` ([#943](https://github.com/melange-re/melange/pull/943)) +- Introduce an `unprocessed` alert to detect unprocessed Melange code, hinting + users to preprocess with `melange.ppx` + ([#911](https://github.com/melange-re/melange/pull/911), + [#945](https://github.com/melange-re/melange/pull/945)) 2.1.0 2023-10-22 ---------------