From 83167e7eac0ff807c6807246017ec9d05c0ae0d3 Mon Sep 17 00:00:00 2001 From: whatisRT Date: Mon, 23 Sep 2024 14:54:47 +0200 Subject: [PATCH] Update CHANGELOG --- .github/PULL_REQUEST_TEMPLATE.md | 1 + CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 49a4ca320..ec24fbab8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,5 +7,6 @@ to the issue. --> # Checklist - [ ] Commit sequence broadly makes sense and commits have useful messages +- [ ] Any semantic changes to the specifications are documented in `CHANGELOG.md` - [ ] Code is formatted according to [CONTRIBUTING.md](https://github.com/input-output-hk/formal-ledger-specifications/blob/master/CONTRIBUTING.md) - [ ] Self-reviewed the diff diff --git a/CHANGELOG.md b/CHANGELOG.md index 03026aa54..0f224e5a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,16 @@ - Add `curTreasury` field to transactions - Compute the voting stake distribution - Add deposit amount to `dereg` certificate +- Fix CC threshold being incorrect in the case of no-confidence +- Change logic of `RATIFY` to reject proposals properly +- Fix total voting stake computation +- Fix that `ccMinSize` was not respected with an empty CC +- Add deposit amount to `deregdrep` +- Withdrawal gate triggers only for `KeyHashObj` +- Add missing `NetworkID` checks +- Ratify GAs in the correct order +- Only consider matching GAs in `hasParent` +- Fix `ccMinSize` check not properly accounting for double delegations ### V0.9