summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEthan P <eth-p+git@hidden.email>2020-05-27 15:22:00 -0700
committerDavid Peter <sharkdp@users.noreply.github.com>2020-05-29 22:13:10 +0200
commitc03a027240c7689df76f5bbf0246d67a05af1898 (patch)
tree88df04e5ec1e730f9c5a096b135b224c290730dc /CHANGELOG.md
parenta8d7141c4c157db30d60ed6dd55a6b2a763e5391 (diff)
Move PR changes in README to unreleased section
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4cdc6827..a870e095 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,13 @@
## New syntaxes
## New themes
## `bat` as a library
+
+- Add APIs to provide `Input` descriptions with `InputDescription` (@eth-p)
+- Add function to directly provide `Input`s to `PrettyPrinter` (@eth-p)
+- <font color="red">`Input::theme_preview_file` is no longer available.</font> (@eth-p)
+
+Changes colored <font color="red">red</font> are breaking changes.
+
## Packaging
# v0.15.4
@@ -49,11 +56,6 @@
## `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)
-- Add APIs to provide `Input` descriptions with `InputDescription` (@eth-p)
-- Add function to directly provide `Input`s to `PrettyPrinter` (@eth-p)
-- <font color="red">`Input::theme_preview_file` is no longer available.</font> (@eth-p)
-
-Changes colored <font color="red">red</font> are breaking changes.
## Packaging