From fdb259cb3f2bac70e21d7a5c984eade87a64c7b4 Mon Sep 17 00:00:00 2001 From: Dan Volkov Date: Tue, 16 Jul 2024 13:15:11 +0400 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53010c7e..237fe056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +## Added +- Added V5 wallet support (thx Tonkeeper Team) +- Fixed stack serialization for TonCenter v2 client (thx @aspite) + +## Fixed +- Types for different wallet versions + ## [13.11.2] - 2024-05-31 ## Added