From e5a9e242ef6e7af00810b85db0d909a7cc220365 Mon Sep 17 00:00:00 2001 From: Oliver Marriott Date: Mon, 12 Aug 2024 01:01:51 +1000 Subject: [PATCH] chore: bump changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1784654..33916844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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.0 + +- **Remove `provide_require_fennel` option**, support for `require("fennel")` + is now always provided. +- **Always enable diagnostics**. Previously was enabled by default, but only if + you called `setup()`, now enabled by `require("hotpot")`. +- Add `./fnl` paths to `fennel.path` and `fennel.macro-path` when compiling. + ## 0.13.1 - Improve Rocks.nvim compatibility.