From 1f38bb828a0c3136f7edd1f7efcf034adf649163 Mon Sep 17 00:00:00 2001 From: Hongrui Fang Date: Fri, 10 Mar 2023 23:54:18 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 453e717..a0f05d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0). ### Modified +- For consistency and performance, the following data types are encoded as flat +product as opposed to SoP now: + + - `GovernorDatum` + - `ProposalThresholds` + - `ProposalTimingConfig` + - `MutateGovernorDatum` + - `TreasuryWithdrawalDatum` + + Included by [#231](https://github.com/Liqwid-Labs/agora/pull/231) + - Fix several vulnerabilities and bugs found by auditors. Including: