diff --git a/CHANGELOG.md b/CHANGELOG.md index de9175e1..81b86bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ - Fix `more` not being found on Windows when provided via `BAT_PAGER`, see #2570, #2580, and #2651 (@mataha) - Switched default behavior of `--map-syntax` to be case insensitive #2520 - Updated version of `serde_yaml` to `0.9`. See #2627 (@Raghav-Bell) +- Fixed arithmetic overflow in `LineRange::from`, see #2674 (@skoriop) + ## Other - Output directory for generated assets (completion, manual) can be customized, see #2515 (@tranzystorek-io)