From 7026389450884418968cb0d3b857294f9c7542c8 Mon Sep 17 00:00:00 2001 From: brentstone Date: Sat, 13 Jan 2024 16:52:21 -0500 Subject: [PATCH] fix changelog entry for #2374 --- .changelog/v0.30.0/improvements/2374-fix-bond-amount.md | 4 ++-- CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.changelog/v0.30.0/improvements/2374-fix-bond-amount.md b/.changelog/v0.30.0/improvements/2374-fix-bond-amount.md index 42703b0184..6493eab169 100644 --- a/.changelog/v0.30.0/improvements/2374-fix-bond-amount.md +++ b/.changelog/v0.30.0/improvements/2374-fix-bond-amount.md @@ -1,2 +1,2 @@ -- Fix the function to more accurately account for slashes. - ([\#2374](https://github.com/anoma/namada/pull/2374)) \ No newline at end of file +- Fix the function `bond_amount` to more accurately account for slashes. + ([\#2374](https://github.com/anoma/namada/pull/2374)) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98873b4536..691141f409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ Namada 0.30.0 is a minor release that primarily upgrades the MASP and WASM VM me - Added validator's consensus key look-up to `client find-validator` command, which now also accepts a native validator address. ([\#2368](https://github.com/anoma/namada/pull/2368)) -- Fix the function to more accurately account for slashes. +- Fix the function `bond_amount` to more accurately account for slashes. ([\#2374](https://github.com/anoma/namada/pull/2374)) - The MASP VP now validates the tx expiration. ([\#2375](https://github.com/anoma/namada/pull/2375))