From 4382be5e7cd800cd38421d5da22312f17d2b56a5 Mon Sep 17 00:00:00 2001 From: skoriop Date: Thu, 5 Oct 2023 03:23:31 +0530 Subject: [PATCH] docs: update `CHANGELOG.md` --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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)