diff --git a/.changeset/entries/fde55b5ec55523b85ca6bdd056402412e261541152f06992879beff410ea45cc.yaml b/.changeset/entries/fde55b5ec55523b85ca6bdd056402412e261541152f06992879beff410ea45cc.yaml deleted file mode 100644 index 16ab9956f3..0000000000 --- a/.changeset/entries/fde55b5ec55523b85ca6bdd056402412e261541152f06992879beff410ea45cc.yaml +++ /dev/null @@ -1,6 +0,0 @@ -type: fix -module: other -pull_request: 1303 -description: Replaced graphemes count instead of bytes count to determine text length -backward_compatible: true -date: 2024-02-13T10:55:14.7783395Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee2856f4c..5751939d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Version 7.0.0 ### Bug Fixes - ([\#1284](https://github.com/desmos-labs/desmos/pull/1284)) Removed duplicated message events emission +- ([\#1303](https://github.com/desmos-labs/desmos/pull/1303)) Replaced graphemes count instead of bytes count to determine text length ### Dependencies - ([\#1287](https://github.com/desmos-labs/desmos/pull/1287)) Updated `wasmvm` to `v1.5.1`