From 120eb066671292b206cfc721254f0bf7db8245e6 Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:00:18 +0100 Subject: [PATCH] chore: add release notes of 1.5.3 to the main CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d00388b5..3fe585043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Release contributors +## [1.5.3] - 2024-11-28 + +### Changed + +- Replaced `Set.isSubsetOf()` with `isSubsetOf()` to support Node.js ≥18 and <22: PR [#1009](https://github.com/tact-lang/tact/pull/1009) + +### Release contributors + +- [Novus Nota](https://github.com/novusnota) + ## [1.5.2] - 2024-09-25 ### Fixed