From 61541b7783098e1af669faccd7d2334c10981c72 Mon Sep 17 00:00:00 2001 From: Anton Trunov Date: Mon, 19 Feb 2024 14:45:45 +0400 Subject: [PATCH] chore[changelog]: `==` and `!=` typechecker bug fixed (#145) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e892c5f7..f079ce009 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 ### Fixed - Relative imports from parent directories: PR [#125](https://github.com/tact-lang/tact/pull/125) +- The typechecker failed to identify different types when using the `==` and `!=` operators: PR [#127](https://github.com/tact-lang/tact/pull/127) ## [1.1.5] - 2023-12-01