From f2ec8b0e1e80cd095feadc365480bfecb6f74148 Mon Sep 17 00:00:00 2001 From: Hongrui Fang Date: Tue, 26 Jul 2022 22:29:09 +0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5e3c7..1f73865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0). ### Modified +- Stake delegation. + + Included by [#149](https://github.com/Liqwid-Labs/agora/pull/149). + - Fixed bug that checks the proposal thresholds in an incorrect way. Added negative tests for the governor scripts. Included by [#146](https://github.com/Liqwid-Labs/agora/pull/146).