Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusGrass committed Sep 10, 2024
1 parent f6e4c9f commit f1eb5a1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ReleaseDate
### Added

### Changed

### Fixed

## [0.4.0] - 2024-09-10
### Added

### Changed
- Dont use mod_modules anymore
- Reexport `std::hint::black_box()` instead of using criterion's custom
Expand All @@ -19,6 +26,8 @@ implementation, now that that's stabilized.
### Fixed
- Proper feature gating on benchmark [PR](https://github.com/EmbarkStudios/tiny-bench/pull/8)
- Update Embark lints
- Cap iterations at 5 billion
- Precompute, chunk, and batch setup values to reduce measurement error

## [0.3.0] - 2023-06-12

Expand Down

0 comments on commit f1eb5a1

Please sign in to comment.