From c03a027240c7689df76f5bbf0246d67a05af1898 Mon Sep 17 00:00:00 2001 From: Ethan P Date: Wed, 27 May 2020 15:22:00 -0700 Subject: [PATCH] Move PR changes in README to unreleased section --- CHANGELOG.md | 12 +++++++----- 1 file 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) +- `Input::theme_preview_file` is no longer available. (@eth-p) + +Changes colored red 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) -- `Input::theme_preview_file` is no longer available. (@eth-p) - -Changes colored red are breaking changes. ## Packaging