docs: update `CHANGELOG.md`

This commit is contained in:
skoriop 2023-10-05 03:23:31 +05:30 committed by David Peter
parent d89df18de2
commit 4382be5e7c
1 changed files with 2 additions and 0 deletions

View File

@ -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)