Skip to content

Commit a96895f

Browse files
authored
Use consistent formatting in CHANGELOG (#1407)
- Always use `*` for lists (some entries had `-`) - Remove placeholder sections from published releases - Fix some items being right-indented
2 parents ea65ea7 + c3d6ea7 commit a96895f

1 file changed

Lines changed: 10 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,32 +52,24 @@ _None._
5252

5353
### Bug Fixes
5454

55-
- Improve Mark formatting. [#1352]
55+
* Improve Mark formatting. [#1352]
5656

5757
## 1.19.10
5858

5959
### Bug Fixes
6060

61-
- Fixed crash when attempting to render Gutenberg comment. [#1383]
62-
- Fixed crash when underlining text with special glyphs. [#1384]
61+
* Fixed crash when attempting to render Gutenberg comment. [#1383]
62+
* Fixed crash when underlining text with special glyphs. [#1384]
6363

6464
## 1.19.9
6565

66-
### Breaking Changes
67-
68-
_None._
69-
70-
### New Features
71-
72-
_None._
73-
7466
### Bug Fixes
7567

7668
* Worked around a crash that could occur when calling String.paragraphRange(for:) on iOS 17. [#1373]
7769

7870
### Internal Changes
7971

80-
- Add this changelog file. [#1365]
72+
* Add this changelog file. [#1365]
8173

8274
---
8375

@@ -138,15 +130,15 @@ _Versions below this precede the Keep a Changelog-inspired formatting._
138130

139131
1.16.0
140132
-----
141-
* Improve display of ordered lists with large bullet numbers
142-
* Fix bug where links with text that had a mix of Latin and non-Latin characters were getting split.
133+
* Improve display of ordered lists with large bullet numbers
134+
* Fix bug where links with text that had a mix of Latin and non-Latin characters were getting split.
143135

144136
1.15.0
145137
-----
146-
* Allow to use headers fonts without bold effect applied
147-
* Support for multilevel blockquotes
148-
* Fix presentation of placeholder images in dark mode.
149-
* Fix bug that didn't set default text color when changing text color
138+
* Allow to use headers fonts without bold effect applied
139+
* Support for multilevel blockquotes
140+
* Fix presentation of placeholder images in dark mode.
141+
* Fix bug that didn't set default text color when changing text color
150142

151143
1.14.1
152144
-----

0 commit comments

Comments
 (0)