From adb4ba2aad4608e56ca228f1d57c57b42f4de91a Mon Sep 17 00:00:00 2001 From: Christopher Harrison Date: Fri, 5 Jul 2024 17:48:35 +0100 Subject: [PATCH] Updated documentation --- CHANGELOG.md | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0527624..981f2817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ This name should be decided amongst the team before the release. ### Added - [#705](https://github.com/tweag/topiary/pull/705) Added support for Nickel 1.7 extended pattern formatting +- [#713](https://github.com/tweag/topiary/pull/713) Added experimental support for Pact, the smart contract language on the Kadena blockchain. ### Changed - [#704](https://github.com/tweag/topiary/pull/704) Refactors our postprocessing code to be more versatile. diff --git a/README.md b/README.md index 21015c87..6af29424 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ by their individual name). Once included, they can be accessed in Topiary in the usual way. * [Bash] +* [Pact] * [Rust] ## Getting Started @@ -1502,6 +1503,7 @@ of choice open in another. [ocamllex]: https://v2.ocaml.org/manual/lexyacc.html [ocp-indent]: https://www.typerex.org/ocp-indent.html [ormolu]: https://github.com/tweag/ormolu +[pact]: https://www.kadena.io/pact [prettier]: https://prettier.io/ [rust]: https://www.rust-lang.org [rustfmt]: https://rust-lang.github.io/rustfmt