update changelog

This commit is contained in:
方泓睿 2022-09-20 22:41:51 +08:00 committed by Hongrui Fang
parent d06c09fbd9
commit d92c062ef5
No known key found for this signature in database
GPG key ID: F10AB2CCE24113DD

View file

@ -6,6 +6,10 @@ This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0).
### Modified
- Fix a bug that allows an attacker to send two or more GATs to an effect in the winning effect group.
Fixed by [#181](https://github.com/Liqwid-Labs/agora/pull/181)
- Workaround `currentProposalTime` always returns `PNothing`, due to the fact
that upper bound of `txInfoValidRange` is never closed.