summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-04-22 23:56:20 +0200
committersharkdp <davidpeter@web.de>2020-04-22 23:56:20 +0200
commitc8abe3f235cd1b25e93d21c5f2c2d058ac64a7eb (patch)
treede2f232cefe2a12312f379a73c4568a10b4eb6fb
parent5d710562091d1be4bd592d169a2ecb8ff3e7744a (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f272e1d6..ced88213 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,13 @@
## `bat` as a library
+- A completely new "high level" API has been added that is much more convenient
+ to use. See the `examples` folder for the updated code. The older "low level"
+ API is still available (basically everything that is not in the root `bat`
+ module), but has been refactored quite a bit. It is recommended to only use
+ the new "high level" API, if possible. This will be much easier to keep stable.
+ Note that this should still be considered a "beta" release of `bat`-as-a-library.
+ For more details and some screenshots of the example programs, see #936.
- Stripped out a lot of binary-only dependencies, see #895 and #899 (@dtolnay)
This introduces a `features = ["application"]` which is enabled by default and pulls in