update changelog

This commit is contained in:
方泓睿 2022-09-15 22:35:14 +08:00
parent c7edb9047c
commit 0fc33bd4eb
No known key found for this signature in database
GPG key ID: F10AB2CCE24113DD

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)
### 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.