Skip to content

Commit 4baed9a

Browse files
committed
- add breaking API change to MIGRATION.md
1 parent 4078e91 commit 4baed9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

MIGRATION.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ Markdown(
5959
content.
6060
- This can be helpful for example to adjust the baseline.
6161
See: https://github.com/mikepenz/multiplatform-markdown-renderer/issues/329
62+
- **Breaking Change**: The `BulletHandler` adds a new argument in the function `listNumber: Int`.
63+
- This was introduced to allow for more flexibility in the rendering of the bullet points.
64+
- But also specifically to enable list rendering according to spec:
65+
- https://spec.commonmark.org/0.31.2/#start-number
66+
- The `index` argument was retained to allow custom implementations adjust this behavior.
6267

6368
- **Behavior Change**: To account for the behavior change introduced in v0.32.0 on EOL handling a
6469
new API was introduced to bring back prior behavior

0 commit comments

Comments
 (0)