From e86587f66d38b32d43b9a6beca231c5b332d5c29 Mon Sep 17 00:00:00 2001 From: Oliver Marriott Date: Sun, 19 May 2024 20:52:45 +1000 Subject: [PATCH] chore: bump changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a2ac790..a447a7f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ 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.12.1 + +- Fix nvim 0.10.0 health report deprecation warnings. + ## 0.12.0 - **`vim.loader.enable()` must be called before requiring hotpot *if you are using `vim.loader`*.**