From 3d2e2f45c001039fd83657e59dfb0446e95f3741 Mon Sep 17 00:00:00 2001 From: Darkhan Nausharipov Date: Mon, 28 Jul 2025 14:46:18 +0500 Subject: [PATCH] changelog 0.3.4 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c56a6c0..236b76f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Added default height to `defaultTextStyle` (https://github.com/akvelon/flutter-code-editor/pull/297). - Added `disposed` and `mounted` checks to `CodeField` and `CodeController` (https://github.com/akvelon/flutter-code-editor/pull/298). - Added `UndoHistoryController` to `CodeField` (https://github.com/akvelon/flutter-code-editor/pull/302). +- Added support for `yaml` comments (https://github.com/akvelon/flutter-code-editor/pull/305). ## 0.3.3