From b0cfdb7ae74f2dc27b299bc998786f31b1311455 Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Tue, 28 May 2024 18:53:07 -0400 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Paul Weidner --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d366028145..ba9b5b1f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `FormatBatchDenom` requires a class ID because the class is no longer implied by the project ID. - the credit type `P` is now reserved because this is the new project prefix - project and batch string validation is now more lenient and just checks for a non-empty string - - `GetCreditTypeFromBatchDenom` takes a `*Denom` parameter instead of a string. + - `GetCreditTypeFromBatchDenom` takes a `*Batch` parameter instead of a string. #### Deprecated - [#2167](https://github.com/regen-network/regen-ledger/pull/2167):