Skip to content

Commit 2081f6b

Browse files
committed
Use dashes, not stars
1 parent e990c34 commit 2081f6b

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

pkgs/characters/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1.4.1-wip
22

3-
* Run `dart format` with the new style.
3+
- Run `dart format` with the new style.
44

55
## 1.4.0
66

pkgs/collection/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
## 1.20.0-wip
32

43
- Add `IterableMapEntryExtension` for working on `Map` as a list of pairs, using

pkgs/crypto/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 3.0.7-wip
22

3-
* Run `dart format` with the new style.
3+
- Run `dart format` with the new style.
44

55
## 3.0.6
66

pkgs/fixnum/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## 1.2.0-wip
22

3-
* Change `IntX` such that it implements `Comparable<IntX>`. This makes it
3+
- Change `IntX` such that it implements `Comparable<IntX>`. This makes it
44
possible for `IntX` (and in turn `Int64` and `Int32`) be used with methods
55
like `sortedBy` in the platform libraries.
6-
* Run `dart format` with the new style.
6+
- Run `dart format` with the new style.
77

88
## 1.1.1
99

pkgs/logging/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1.3.1-wip
22

3-
* Run `dart format` with the new style.
3+
- Run `dart format` with the new style.
44

55
## 1.3.0
66

pkgs/platform/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 3.1.7-wip
22

3-
* Run `dart format` with the new style.
3+
- Run `dart format` with the new style.
44

55
## 3.1.6
66

pkgs/typed_data/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1.4.1-wip
22

3-
* Run `dart format` with the new style.
3+
- Run `dart format` with the new style.
44

55
## 1.4.0
66

0 commit comments

Comments
 (0)