From 925533f03229c2ff71bf25e495ff49ddc2e8243c Mon Sep 17 00:00:00 2001 From: Erin van der Veen Date: Tue, 10 Sep 2024 16:32:35 +0200 Subject: [PATCH] chore: update README and CHANGELOG --- CHANGELOG.md | 1 + README.md | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ecf0a6..99c56cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ This name should be decided amongst the team before the release. ### Changed - [#704](https://github.com/tweag/topiary/pull/704) Refactors our postprocessing code to be more versatile. - [#711](https://github.com/tweag/topiary/pull/711) Feature gate all grammars, with supported and contributed languages built by default. +- [#716](https://github.com/tweag/topiary/pull/716) Dynamicly fetch, compile, and load language grammars. Topiary now no longer ships with statically linked grammars. - [#732](https://github.com/tweag/topiary/pull/732) Change how function application and parenthesized expressions are treated in Nickel to reduce the overall noise and indentation ## v0.4.0 - Exquisite Elm - 2024-05-15 diff --git a/README.md b/README.md index 7353704d..743b908c 100644 --- a/README.md +++ b/README.md @@ -78,10 +78,8 @@ Topiary has been created with the following goals in mind: ## Language Support -[For now][topiary-issue4], the Tree-sitter grammars for the languages -that Topiary targets are statically linked. The formatting styles for -these languages come in two levels of maturity: supported and -experimental. +The formatting styles for these languages come in two levels of maturity: +supported and experimental. #### Supported @@ -1353,7 +1351,6 @@ of choice open in another. [rustfmt]: https://rust-lang.github.io/rustfmt [shfmt]: https://github.com/mvdan/sh [toml]: https://toml.io -[topiary-issue4]: https://github.com/tweag/topiary/issues/4 [topiary-playground]: https://topiary.tweag.io/playground [topiary-website]: https://topiary.tweag.io [tree-sitter-parsers]: https://tree-sitter.github.io/tree-sitter/#available-parsers