From 839a34fee6e8ac51b8676897191dacd2f4d8b4e4 Mon Sep 17 00:00:00 2001 From: Jason Poon Date: Sun, 6 Jan 2019 03:12:55 -0800 Subject: [PATCH] docs: fix formatting of base changelog --- build/CHANGELOG.base.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/CHANGELOG.base.md b/build/CHANGELOG.base.md index 22c69ebe5..61f6ac6ae 100644 --- a/build/CHANGELOG.base.md +++ b/build/CHANGELOG.base.md @@ -7,7 +7,8 @@ The first commit to this project was a little over 3 years ago, and what a journ **Breaking Change:** - `vim.debug.loggingLevel` has been removed. In it's place we now have `vim.debug.loggingLevelForConsole`. For full details, see the [settings section of our README](https://github.com/VSCodeVim/Vim#vscodevim-settings). - **Enhancements:** + +**Enhancements:** - feat: change debug configurations to loggingLevelForConsole, loggingLevelForAlert [\#3325](https://github.com/VSCodeVim/Vim/pull/3325) ([jpoon](https://github.com/jpoon))