summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskoriop <karthikp.ivy@gmail.com>2023-10-05 03:23:31 +0530
committerDavid Peter <sharkdp@users.noreply.github.com>2023-10-05 09:20:09 +0200
commit4382be5e7cd800cd38421d5da22312f17d2b56a5 (patch)
treef4a7e54977e231254ad602beec11f204d8446fec
parentd89df18de24740ac474da4f28d55c87440a04e34 (diff)
docs: update `CHANGELOG.md`
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
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)