From b0d8df737036371b1ce5a836767614115868cd51 Mon Sep 17 00:00:00 2001 From: puneetmahajan Date: Fri, 19 Jan 2024 17:04:16 +0530 Subject: [PATCH] add CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f3a4852..afa5df53b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,14 +41,14 @@ Ref: https://keepachangelog.com/en/1.0.0/ - [721](https://github.com/persistenceOne/pstake-native/pull/721) Add Query host chain user unbondings. ### Bug Fixes - +- [728](https://github.com/persistenceOne/pstake-native/pull/728) Fix prevent users from liquid-staking funds by removing the Deposit entry. - [727](https://github.com/persistenceOne/pstake-native/pull/727) Send LSM redeem messages in chunks. - [726](https://github.com/persistenceOne/pstake-native/pull/726) Fix minimal unbondings. +- [725](https://github.com/persistenceOne/pstake-native/pull/725) Fix Incorrect bookkeeping of validator’s delegated + amount upon redelegation - [720](https://github.com/persistenceOne/pstake-native/pull/720) Fix unbondings loop. - [719](https://github.com/persistenceOne/pstake-native/pull/719) Fix afterEpoch hooks to take LiquidStake feature instead of LiquidStakeIBC -- [725](https://github.com/persistenceOne/pstake-native/pull/725) Fix Incorrect bookkeeping of validator’s delegated - amount upon redelegation ## [v2.8.2] - 2024-01-09