Move PR changes in README to unreleased section

This commit is contained in:
Ethan P 2020-05-27 15:22:00 -07:00 committed by David Peter
parent a8d7141c4c
commit c03a027240
1 changed files with 7 additions and 5 deletions

View File

@ -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