From 6f3c19d187f5a6c3ddda1245cf42446aceb42a67 Mon Sep 17 00:00:00 2001 From: Danut Date: Thu, 19 Dec 2024 17:45:05 +0200 Subject: [PATCH] update changelog md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d94062..a4a3471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- [Added transaction tracking](https://github.com/multiversx/mx-sdk-dapp-core/pull/51) - [Added provider constants and getTransactions API call](https://github.com/multiversx/mx-sdk-dapp-core/pull/50) - [Added pending transactions](https://github.com/multiversx/mx-sdk-dapp-core/pull/48) - [Added transaction manager](https://github.com/multiversx/mx-sdk-dapp-core/pull/41)