From 0fc33bd4ebd8405afa09c82d8664894328d8ee56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E6=B3=93=E7=9D=BF?= Date: Thu, 15 Sep 2022 22:35:14 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771f0c3..8299a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,18 @@ This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0). ## Unreleased (Candidate for 1.0.0) -### Fixed - -- The 0 ADA entry in `txInfoF.mint` makes governor validator always fail.(#174) - - Fixed by [#175](ttps://github.com/Liqwid-Labs/agora/pull/175) - ### Modified +- Workaround `currentProposalTime` always returns `PNothing`, due to the fact + that upper bound of `txInfoValidRange` is never closed. + + Fixed by [#177](https://github.com/Liqwid-Labs/agora/pull/177) + +- Fixed governor validator always fail because of the 0 ADA entry in + `txInfoF.mint`. (#174) + + Fixed by [#175](https://github.com/Liqwid-Labs/agora/pull/175) + - Standalone stake redeemers. This allows injecting custom validation logic to the stake validator easily. The behaviour of the default stake validator remains unchanged.