Skip to content

Commit 531f382

Browse files
committed
chore: Add CHANGELOG.md
1 parent 37e5058 commit 531f382

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
12+
- src/implants/sudoImplant.sol
13+
- A Module (implant) for enforcing BORG, DAO co-approvals on Safe admin operations such as toggling Modules or setting Guards
14+
15+
- src/libs/governance/snapShotExecutor.sol
16+
- An off-chain (snapshot) voting coordinator contract that enforces BORG, DAO co-approvals on proposals
17+
18+
- scripts/yearnBorg.s.sol
19+
- Scripts for deploying Yearn BORG contracts
20+
21+
### Updated
22+
23+
- src/borgCore.sol
24+
- Blocks delegate calls by default in blacklist mode and allow whitelisting specific contracts
25+
- Maintains the same behaviors in whitelist mode
26+
27+
- src/implants/ejectImplant.sol
28+
- Allows admin to allow/disallow a member to reduce threshold when resigning

0 commit comments

Comments
 (0)