Skip to content

Commit

Permalink
chore: bump changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rktjmp committed Aug 11, 2024
1 parent fafc9ea commit e5a9e24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e5a9e24

Please sign in to comment.