From 9fb180f8de66b165f0d8c4fe2f1dfbc51e8f040c Mon Sep 17 00:00:00 2001 From: Changlin Li Date: Tue, 28 Nov 2023 20:43:36 -0800 Subject: [PATCH] Remove stray close bracket --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74bb7242b..e2a12608e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ also provides them directly. That means it includes on an ongoing basis: 3. Minor compiler bug fixes and quality of life improvements *that do not change the Elm language* (ongoing) -This aims to be the entirety of Zelm's mission through the end of 2024. This +This aims to be the entirety of Zelm's mission until 2025. This means Zelm is a quite conservative extension of Elm. What this implies is: + A commitment to bidirectional compatibility with Elm 0.19 through the end of @@ -35,7 +35,7 @@ means Zelm is a quite conservative extension of Elm. What this implies is: Elm compiler (or Zelm compiler!) or usage of packages not in the standard Elm package repository. + What is considered a "bug fix" will be quite tightly scoped. E.g. something - like [https://github.com/elm/compiler/issues/1773](https://github.com/elm/compiler/issues/1773]) + like [https://github.com/elm/compiler/issues/1773](https://github.com/elm/compiler/issues/1773) that adds the ability to pattern match on negative number literals would be on the fence (and likely not considered to be part of Zelm's current mission). Common candidates for compiler bug fixes that would be considered acceptable