From c90fd84735d765865954b5d1462bdea5dc7c9633 Mon Sep 17 00:00:00 2001 From: Chris Bain Date: Sat, 20 Aug 2022 11:06:59 -0400 Subject: [PATCH] Update CHANGELOG for v1.1.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74da84c..b0458e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "custom-auto-fold" extension will be documented in th Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [1.1.1] - 2022-08-20 +### Fixed +- Do not stop folding on lines that match pattern but are unfoldable ([#1](https://github.com/baincd/vscode-custom-auto-fold/issues/1)) + ## [1.1.0] - 2021-03-26 ### Fixed - Improved implementation to remove auto-fold cursor moves from Go Back navigation history