From f380fdc2073db9fae6572a12f2784a1e9cd5de7e Mon Sep 17 00:00:00 2001 From: Dag Evensberget Date: Thu, 6 Feb 2020 10:00:37 +1000 Subject: [PATCH] Tidy changelog --- CHANGELOG.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8efd0ba..7b4190e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,49 +8,49 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ### 0.0.1 -Initial release with syntax highlighting. +- Initial release with syntax highlighting. ### 0.2.0 -Added hierarchical [outline view](https://code.visualstudio.com/docs/getstarted/userinterface#_outline-view). +- Added hierarchical [outline view](https://code.visualstudio.com/docs/getstarted/userinterface#_outline-view). ### 0.2.2 -Fixed image in README to reflect new features. +- Fixed image in README to reflect new features. ### 0.2.3 -Tidy README and clean up `devDependencies`. +- Tidy README and clean up `devDependencies`. ### 0.2.4 -Mention support for [Breadcrumbs](https://code.visualstudio.com/updates/v1_26#_breadcrumbs). +- Mention support for [Breadcrumbs](https://code.visualstudio.com/updates/v1_26#_breadcrumbs). ### 0.2.5 -Add icon to marketplace. +- Add icon to marketplace. ### 0.2.6 -Move manual installation instructions to [INSTALL.md](INSTALL.md). Add transparent icon borders. +- Move manual installation instructions to [INSTALL.md](INSTALL.md). Add transparent icon borders. ### 0.2.7 -Set banner background to Monokai dark background. +- Set banner background to Monokai dark background. ### 0.2.8 -Use default banner background. +- Use default banner background. ### 0.2.9 -Add badges to README +- Add badges to README ## [1.0.0] - 2019-12-02 - Tidy README - Add license badge -## Not yet released +### Not yet released - Migrate from `vscode` to `vscode-test` [as described on the VS Code site](https://code.visualstudio.com/api/working-with-extensions/testing-extension#migrating-from-vscode).