summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2021-05-12 22:46:44 +0200
committerDavid Peter <mail@david-peter.de>2021-05-12 22:46:44 +0200
commit9328007d056044b0f04821e484e4b734650dc4b3 (patch)
treeab1616a01d127719ad2dd47ecb2c82b71fa9114c
parent8d173cd960e7a3b22b852313966336a93657d317 (diff)
Updated CHANGELOG
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 617f19b6..19995383 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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