From 963e7a31efc7e2f24e409f239106f1ed1c6fee35 Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Thu, 30 May 2024 13:53:16 +0200 Subject: [PATCH] Update CHANGELOG.md (#82) --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 422afe1..8ae3c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.2.2-wip +- Suppress warnings previously printed to `stdout` when parsing YAML internally. + ## 2.2.1 - Require Dart 3.0 diff --git a/pubspec.yaml b/pubspec.yaml index e9b1654..be7139b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: yaml_edit -version: 2.2.1 +version: 2.2.2-wip description: >- A library for YAML manipulation with comment and whitespace preservation. repository: https://github.com/dart-lang/yaml_edit