diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dc4d393 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## 1.0.0 (2023-03-19) + + +### Bug Fixes + +* **config:** do not check valid on nil events ([60ac8cd](https://github.com/cpea2506/relative-toggle.nvim/commit/60ac8cd9b4ec4f644ebaced2d68bc02bfd126c63)) +* keep the combination of `number` and `relativenumber` ([#10](https://github.com/cpea2506/relative-toggle.nvim/issues/10)) ([cdc1bd4](https://github.com/cpea2506/relative-toggle.nvim/commit/cdc1bd49636c6fbc55fc7b0839e59a14f1de4215)) +* keep the combination of `number` and `relativenumber` ([#8](https://github.com/cpea2506/relative-toggle.nvim/issues/8)) ([8e3837f](https://github.com/cpea2506/relative-toggle.nvim/commit/8e3837f1bfe24e71f855352da6d4541264bf3099)) +* redraw after toggling on `CmdlineEnter` event ([#6](https://github.com/cpea2506/relative-toggle.nvim/issues/6)) ([d92bad3](https://github.com/cpea2506/relative-toggle.nvim/commit/d92bad38531741b52b20005beb0f16082ebfc23b))