From a94ab73c5e3b55a52486e95c32160a20c14a2365 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Fri, 24 Nov 2023 21:29:40 -0800 Subject: [PATCH] chore: add changelog entry --- Changes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes.md b/Changes.md index 1810e67c9a..bc52c13917 100644 --- a/Changes.md +++ b/Changes.md @@ -60,6 +60,8 @@ Unreleased [#928](https://github.com/melange-re/melange/pull/928)) - Fix a typo in `Node.node_module` (pa{r,}rent) [#929](https://github.com/melange-re/melange/pull/929) +- BREAKING(runtime): Remove `Js.null_undefined` in favor of `Js.nullable` + ([#930](https://github.com/melange-re/melange/pull/930)) 2.1.0 2023-10-22 ---------------