From cc75a49c1d59248d9127b1c1828c79f1a99c7a2f Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Wed, 15 May 2024 11:09:11 -0700 Subject: [PATCH 1/3] Update readme with list of normative changes during TP --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18ca4a9a2d..aa44a37332 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,16 @@ The Working Group continues to address feedback and develop portions of the specification not completed for the LDML45 Tech Preview release. The `main` branch of this repository contains changes implemented since the technical preview. -Implementers should be aware of the following normative changes during the tech preview period: -- _(list to be updated during tech preview)_ +Implementers should be aware of the following normative changes during the tech preview period. +See the [commit history](https://github.com/unicode-org/message-format-wg/commits) +after 2024-04-13 for a list of all commits (including non-normative changes). +- #771 Remove inappropriate normative statement from errors.md +- #767 Add a test schema and #778 validate tests against it +- #775 Add a definition for `variable` +- #774 Refactor error types, adding a _Message Function Error_ type (and subtypes) +- #769 Add `:test:function`, `:test:select` and `:test:format` functions for implementation testing +- #743 Collapse all escape sequence rules into one (affects the ABNF) +- _more to be added as the are merged_ ## Implementations From beccd0866183a46ac3f4975624d9a412b3ab620d Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Wed, 15 May 2024 16:06:39 -0700 Subject: [PATCH 2/3] Update README.md Co-authored-by: Eemeli Aro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa44a37332..016a2e0a90 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ after 2024-04-13 for a list of all commits (including non-normative changes). - #774 Refactor error types, adding a _Message Function Error_ type (and subtypes) - #769 Add `:test:function`, `:test:select` and `:test:format` functions for implementation testing - #743 Collapse all escape sequence rules into one (affects the ABNF) -- _more to be added as the are merged_ +- _more to be added as they are merged_ ## Implementations From fe29e8d8c48f771f4612cdaec68302d99ce363ea Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Wed, 15 May 2024 16:15:26 -0700 Subject: [PATCH 3/3] Link PRs --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 016a2e0a90..8323f49e69 100644 --- a/README.md +++ b/README.md @@ -105,12 +105,14 @@ The `main` branch of this repository contains changes implemented since the tech Implementers should be aware of the following normative changes during the tech preview period. See the [commit history](https://github.com/unicode-org/message-format-wg/commits) after 2024-04-13 for a list of all commits (including non-normative changes). -- #771 Remove inappropriate normative statement from errors.md -- #767 Add a test schema and #778 validate tests against it -- #775 Add a definition for `variable` -- #774 Refactor error types, adding a _Message Function Error_ type (and subtypes) -- #769 Add `:test:function`, `:test:select` and `:test:format` functions for implementation testing -- #743 Collapse all escape sequence rules into one (affects the ABNF) +- [#771](https://github.com/unicode-org/message-format-wg/issues/771) Remove inappropriate normative statement from errors.md +- [#767](https://github.com/unicode-org/message-format-wg/issues/767) Add a test schema and + [#778](https://github.com/unicode-org/message-format-wg/issues/778) validate tests against it +- [#775](https://github.com/unicode-org/message-format-wg/issues/775) Add a definition for `variable` +- [#774](https://github.com/unicode-org/message-format-wg/issues/774) Refactor error types, adding a _Message Function Error_ type (and subtypes) +- [#769](https://github.com/unicode-org/message-format-wg/issues/769) Add `:test:function`, + `:test:select` and `:test:format` functions for implementation testing +- [#743](https://github.com/unicode-org/message-format-wg/issues/743) Collapse all escape sequence rules into one (affects the ABNF) - _more to be added as they are merged_ ## Implementations