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