summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-04-21 15:50:46 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2020-04-21 18:14:31 +0200
commit72618db179e75f41c2df5303c4106c0c2443524b (patch)
tree18fdd02d3dbd90d878c2015ce74a31af20ea449c /CHANGELOG.md
parentc8273369ccd49cfbdf00560251cf133925f0f084 (diff)
Add metadata information to cached assets
When saving/reading user-provided syntaxes or themes, `bat` will now maintain a `metadata.yaml` file which includes information about the `bat` version which was used to create the cached files. When loading cached files, we now print an error if they have been created with an incompatible version closes #882
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 96c42e4e..e474fa60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,10 @@
## Other
+- When saving/reading user-provided syntaxes or themes, `bat` will now maintain a
+ `metadata.yaml` file which includes information about the `bat` version which was
+ used to create the cached files. When loading cached files, we now print an error
+ if they have been created with an incompatible version. See #882
- Updated `liquid` dependency to 0.20, see #880 (@ignatenkobrain)
## `bat` as a library