From 479d6d8ecbf9557661f57b4fc3e534b461548e2a Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Thu, 22 Dec 2022 22:48:50 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b3c73509c04..d12ab6e00d33a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -493,6 +493,7 @@ - [Enso.getMetaObject, Type.isMetaInstance and Meta.is_a consolidation][3949] - [Add executionContext/interrupt API command][3952] - [Simplify exception handling for polyglot exceptions][3981] +- [Simplify compilation of nested patterns][4005] [3227]: https://github.com/enso-org/enso/pull/3227 [3248]: https://github.com/enso-org/enso/pull/3248 @@ -569,6 +570,7 @@ [3949]: https://github.com/enso-org/enso/pull/3949 [3952]: https://github.com/enso-org/enso/pull/3952 [3981]: https://github.com/enso-org/enso/pull/3981 +[4005]: https://github.com/enso-org/enso/pull/4005 # Enso 2.0.0-alpha.18 (2021-10-12)