From 524210f16689d1e2453205b4433a5e873b797a7a Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Thu, 17 Mar 2022 12:35:37 +0100 Subject: [PATCH] Prepare 2.0.2 release (dart-lang/yaml_edit#7) * Prepare 2.0.2 release --- pkgs/yaml_edit/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/yaml_edit/CHANGELOG.md b/pkgs/yaml_edit/CHANGELOG.md index a97bb2c26..05fc1df7f 100644 --- a/pkgs/yaml_edit/CHANGELOG.md +++ b/pkgs/yaml_edit/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.0.2 +- Fix trailing whitespace after adding new key with block-value to map + ([#15](https://github.com/dart-lang/yaml_edit/issues/15)). +- Updated `repository` and other meta-data in `pubspec.yaml`. + ## v2.0.1 - License changed to BSD, as this package is now maintained by the Dart team. - Fixed minor lints.