diff --git a/CHANGELOG.md b/CHANGELOG.md index a47fb47..d469482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,5 +7,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] ### 0.0.1 Initial release with syntax highlighting. -### 0.0.2 -Added hierarchical outline view. \ No newline at end of file +### 0.2.0 +Added hierarchical outline view. +### 0.2.1 +Fixed image in README to reflect new features. \ No newline at end of file diff --git a/README.md b/README.md index e40f3cc..41b45f9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Automatically highlights files ending in `.in` and `.IN`. A document tree is also provided in the outline view. -![highlight and folding demo](images/highlight-demo.png) +![highlight and folding demo](images/demo.png) ## Features diff --git a/images/demo.png b/images/demo.png index f9ded84..84fec77 100644 Binary files a/images/demo.png and b/images/demo.png differ