Updated CHANGELOG

This commit is contained in:
David Peter 2021-05-12 22:46:44 +02:00
parent 8d173cd960
commit 9328007d05
1 changed files with 7 additions and 1 deletions

View File

@ -1,10 +1,12 @@
# unreleased
## Features
- Add SystemVerilog file syntax, see #1580 (@SeanMcLoughlin)
## Bugfixes
- Mouse support and screen clearing broken for `less` versions with minor version number (581.2), see #1629 and #1639 (@aswild)
## Other
- `Input::ordinary_file` and `Input::with_name` now accept `Path` rather than `OsStr` see #1571 (@matklad)
@ -15,9 +17,13 @@
- Improved the Syslog syntax highlighting, see #1606 (@keith-hall)
- Replaced "Advanced CSV" with a custom CSV syntax definition written especially for `bat`; see #1574 (@keith-hall)
- Added SystemVerilog file syntax, see #1580 (@SeanMcLoughlin)
- Added Solidity and Vyper syntax, see #1602 (@Ersikan)
## New themes
- Dark+ VS Code theme, see #1588 and #1598 (@PatriotRossii)
## `bat` as a library