From f6bc4fb630b50cf367690ffc5f6aefb6ee0c2fc6 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Mon, 14 Nov 2022 19:40:38 +0100 Subject: [PATCH] #365 - conditional support --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3f64fc..aa96f6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### ✨ New features +- [#362](https://github.com/estruyf/vscode-front-matter/issues/362): Support for conditional metadata - [#412](https://github.com/estruyf/vscode-front-matter/issues/412): Allow `frontmatter.json` to be split in multiple files ### 🎨 Enhancements