From 9abbaa1c29e133bd75d7a765c9e2736d98587e94 Mon Sep 17 00:00:00 2001 From: Ekaterina Pantaz <52739957+elasticLove1@users.noreply.github.com> Date: Mon, 11 Apr 2022 13:39:00 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5ddd3..7c3084e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,17 @@ All notable changes to this project will be documented in this file. ## [0.1.5] – 2022-03-23 -### Improvements +### New +- Support of new Account format for new TVM instruction INITCODEHASH +- Account.init_code_hash field added to API + +### Improvements - ton-labs-node dependency is fixed to `3020fa75d73de06433fb162e64dcc830acdf9d6e` - updated Q-Server to [`0.48.1`](https://github.com/tonlabs/ton-q-server/blob/master/CHANGELOG.md#0481---2022-03-16) -**Attention! Devnet is going through an update that will lead to a breaking change in account format which may cause your nodes to stop working. -To fix it update your DApp Server to 0.1.5 version.** +**Attention! Devnet and Mainnet are going through an update that will lead to a breaking change in account format which may cause your nodes to stop working. +To fix it update your DApp Server to >=0.1.5 version.** ## [0.1.4] – 2022-01-14