From 08ba95e1e583b5f23af0d11fe7a80dbccb7e95ab Mon Sep 17 00:00:00 2001 From: Vitor Py Braga <12871+vitorpy@users.noreply.github.com> Date: Sun, 28 Apr 2024 08:12:21 +0200 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de51ad24b..51f329f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The `isEmpty` extension function for the `Map` type: PR [#266](https://github.com/tact-lang/tact/pull/266) - The `pow2` power function with base 2: PR [#267](https://github.com/tact-lang/tact/pull/267) - The `try` and `try-catch` statements: PR [#212](https://github.com/tact-lang/tact/pull/212) +- The `--func` and `--check` flags: PR [#287](https://github.com/tact-lang/tact/pull/287) ### Changed