From 98044187cda4819a06ab92b77f31230898945d26 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Fri, 7 Jan 2022 13:03:26 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 463f8ac1..c0067272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,15 @@ ## [5.10.0] - 2022-01-xx +### 🎨 Enhancements + - [#218](https://github.com/estruyf/vscode-front-matter/issues/218): Add support for creating `mdx` files from templates and content types. This introduced a new setting: `frontMatter.content.defaultFileType`. - [#220](https://github.com/estruyf/vscode-front-matter/issues/220): Add support DateTime updates in `mdx` files when the `mdx extension` is not installed. +### 🐞 Fixes + +- [#221](https://github.com/estruyf/vscode-front-matter/issues/221): Automatic DateTime switch from on text change to on save to prevent multiple updates. + ## [5.9.0] - 2022-01-01 - 🎇🎆 ### 🎨 Enhancements