Skip to content

Commit

Permalink
add fixed section
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Dec 5, 2024
1 parent df28ce7 commit f35c98a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Fix Scarb manifest dependencies (#1249):
- Move `openzeppelin_utils` from dev dep to dep in governance manifest
- Remove `openzeppelin_utils` as dep in access package
- Remove `mut` from `data` param in `compute_hash_on_elements` (#1206)
- Remove `mut` from `calls` param in `__execute__` function of Account and EthAccount components (#1224)
- Remove `mut` from `calls` param in `__validate__` function of Account and EthAccount components (#1224)
Expand All @@ -42,6 +39,12 @@ use crate::votes::VotesComponent::VotingUnitsTrait;
- VestingComponent `release` function won't emit an event or attempt to transfer when the amount is zero (#1209)
- Bump snforge_std to v0.33.0 (#1203)

### Fixed

- Scarb manifest dependencies (#1249):
- Move `openzeppelin_utils` from dev dep to dep in governance manifest
- Remove `openzeppelin_utils` as dep in access package

## 0.19.0 (2024-11-08)

### Added
Expand Down

0 comments on commit f35c98a

Please sign in to comment.