update changelog

This commit is contained in:
方泓睿 2022-09-15 22:35:14 +08:00
parent bae8b195b8
commit 5ce6e90ae8

View file

@ -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) ## 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 ### 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 - Standalone stake redeemers. This allows injecting custom validation logic to
the stake validator easily. The behaviour of the default stake validator remains the stake validator easily. The behaviour of the default stake validator remains
unchanged. unchanged.