Skip to content

Commit dedf495

Browse files
authored
Update CHANGELOG.md (dart-archive/yaml_edit#37)
* Fix for selecting the correct index in insertion * Add new test cases * Add more tests and format corrections * Update `CHANGELOG.md`
1 parent 9fbef94 commit dedf495

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/yaml_edit/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.0.4
2+
- Fix YamlEditor `appendToList` and `insertIntoList` functions inserts new item into next yaml item
3+
rather than at end of list.
4+
([#23](https://github.com/dart-lang/yaml_edit/issues/23))
5+
16
## v2.0.3
27
- Updated the value of the pubspec `repository` field.
38

0 commit comments

Comments
 (0)