Skip to content

Commit

Permalink
chore: update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin van der Veen committed Sep 10, 2024
1 parent 363597d commit 925533f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,8 @@ Topiary has been created with the following goals in mind:
## Language Support
<!-- Update this section as necessary on new developments/releases -->

[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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 925533f

Please sign in to comment.