summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-05-26 07:55:57 +0200
committersharkdp <davidpeter@web.de>2020-05-26 08:11:41 +0200
commit2e2043971b753aaa76bec3569af17ead4be8a861 (patch)
tree9c0c87768f38eb7ebbde6d9856dcb2e60613909a
parente54e218e3b51c842d104547034c164c7c91db364 (diff)
Update CHANGELOG for 0.15.3
-rw-r--r--CHANGELOG.md20
1 files changed, 15 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 294c988d..c02f18e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,12 +8,26 @@
## `bat` as a library
## Packaging
-# v0.15.2
+# v0.15.3
## Bugfixes
+- Cannot run `bat` with relative paths, see #1022
- bat mishighlights Users that start with digits in SSH config, see #984
- `--map-syntax` doesn't work with names provided through `--file-name` (@eth-p)
+
+## New syntaxes
+
+- SML, see #1005 (@kopecs)
+
+## Other
+
+- Some syntaxes and themes have been updated to the latest version
+
+# v0.15.2
+
+## Bugfixes
+
- Fix syntax detection for files called 'rails', see #1008
- Fix potential errors with syntax detection for symlinked files, see #1001
@@ -22,10 +36,6 @@
- Add padding above headers when not using a grid, see #968 and #981 (@pt2121)
- bat now prints an error if an invalid syntax is specified via `-l` or `--map-syntax`, see #1004 (@eth-p)
-## New syntaxes
-
-- SML, see #1005 (@kopecs)
-
## `bat` as a library
- `PrettyPrinter::vcs_modification_markers` has been marked deprecated when building without the `git` feature, see #997 and #1020 (@eth-p, @sharkdp)