Skip to content

Commit 40ebd13

Browse files
committed
Add 1.19 compile warning removal to changelog
1 parent abc4c89 commit 40ebd13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
* Introduce `max_sample_size` which guides how many samples will be gathered at most for a given scenario. This avoids a variety of issues when scenarios gather too many samples (memory consumption etc). Defaults to `1_000_000`, setting it to `nil` gathers unlimited samples again (behavior before this version).
1212

1313
### Bugfixes (User Facing)
14-
* fix a bug where if times were supplied as `0` instead of `0.0` we'd sometimes gather a single measurement
14+
* fixed a bug where if times were supplied as `0` instead of `0.0` we'd sometimes gather a single measurement
15+
* elixir `1.19` compilation warnings have been removed
1516

1617
## 1.4.0 (2025-04-14)
1718

0 commit comments

Comments
 (0)