From 7d4fe9ca0f95dc19262cfc5ec7614aa6b5209a4e Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Sat, 15 Jan 2022 20:35:31 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa54318e..aac2374f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - [#193](https://github.com/estruyf/vscode-front-matter/issues/193): Support added for editing data files. - [#197](https://github.com/estruyf/vscode-front-matter/issues/197): Support for multi-dimensional content type fields on content creation and editing. +- [#225](https://github.com/estruyf/vscode-front-matter/issues/225): Placeholder support for front matter field values (template and content type). - [#228](https://github.com/estruyf/vscode-front-matter/issues/228): Show bulk button actions in panel and dashboard view. ### 🎨 Enhancements