diff --git a/eras/conway/impl/CHANGELOG.md b/eras/conway/impl/CHANGELOG.md index bf396059d32..d355610afba 100644 --- a/eras/conway/impl/CHANGELOG.md +++ b/eras/conway/impl/CHANGELOG.md @@ -2,6 +2,10 @@ ## 1.8.0.0 +* Add `LastGovActions` +* Change `EnactState` to add `ensLastGovActions` +* Add `ensLastGovActionsL`, `ensLastPParamUpdateL`, `ensLastHardForkL` `ensLastCommitteeL`, `ensLastConstitutionL` +* Add `EnactSignal` and the signal of `Enact` to it * Add `ProposalDepositIncorrect` predicate failure, that is produced when `ProposalProcedure` deposit does not match `"govActionDeposit"` from `PParams` #3669 * Add "minCommitteeSize" `PParam` validation for `NewCommittee` `GovAction` #3668 * Add `committeeMembersL` and `committeeQuorumL` lenses for `Committee`