Skip to content

Commit ee9180b

Browse files
authored
Fix 0.7.1 changelog (#759)
<!-- Reference any GitHub issues resolved by this PR --> Closes # ## Introduced changes <!-- A brief description of the changes --> - Move fuzzer related note to Unreleased section. Somehow it got added to 0.7.1 section. ## Breaking changes <!-- List of all breaking changes, if applicable --> ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md`
1 parent ad909c6 commit ee9180b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Forge
1111

12+
#### Added
13+
14+
- Support for `u8`, `u16`, `u32`, `u64`, `u128`, `u256` types to fuzzer
15+
1216
#### Changed
1317

1418
- Spying events interface is updated to enable the use of events defined inside contracts in assertions
1519

16-
1720
## [0.7.1] - 2023-09-27
1821

1922
### Forge
2023

2124
#### Added
2225

2326
- `var` library function for reading environmental variables
24-
- Support for `u8`, `u16`, `u32`, `u64`, `u128`, `u256` types to fuzzer
2527

2628
### Fixed
2729
- Using any concrete `block_id` when using forking mode, would lead to crashes

0 commit comments

Comments
 (0)