summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-04-25 13:17:07 +0200
committersharkdp <davidpeter@web.de>2020-04-25 13:17:07 +0200
commit696d1b3ed3eae9ea9bd94fa7c4c05306dfd621b6 (patch)
treef2ad1e93843948233322f5249c498792d83722e1
parent17d98724a5cd8cbdbcdc0893729351732a285786 (diff)
Update CHANGELOGv0.15.0
-rw-r--r--CHANGELOG.md26
1 files changed, 21 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50a886da..e2e06a9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,19 +2,35 @@
## Features
+## Bugfixes
+## Other
+## New syntaxes
+## New themes
+## `bat` as a library
+
+## Packaging
+
+# v0.15.0
+
+## Features
- Add a new `--diff`/`-d` option that can be used to only show lines surrounding
Git changes, i.e. added, removed or modified lines. The amount of additional
context can be controlled with `--diff-context=N`. See #23 and #940
## Bugfixes
-## Other
-## `bat` as a library
-## New syntaxes
-## New themes
-## Packaging
+- Error message printed in the middle of the output for another file, see #946
+
+## Themes
+
+- Updated version of the Solarized dark/light themes, see #941
+
+## `bat` as a library
+- There are a few changes in the "low level" API (the `Config` struct has changed and
+ the error handler needs a new `&mut dyn Write` argument). The high-level API is not
+ affected.
# v0.14.0