diff --git a/CHANGELOG.md b/CHANGELOG.md index 690caaeb..5d53ee84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ to "core" code (things that effect loading and running your code/config) are avoided but breaking changes to the API (things that might effect your bindings and auto commands) are treated with less reverence. +## 0.14.3 + +- Updated to Fennel 1.5.1, may contain unintended breaking changes from + upstream, see Fennels own changelog. + ## 0.14.2 - Fix support for dashes in runtime plugin paths, eg: `plugin/my-plugin.fnl`.