Skip to content

Commit 0883a94

Browse files
committed
Changelog: Add messages for latest changes
1 parent a429e32 commit 0883a94

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
"3.1.14": "messages/3.1.14.md",
2626
"3.2.0": "messages/3.2.0.md",
2727
"3.3.0": "messages/3.3.0.md",
28-
"3.4.0": "messages/3.4.0.md"
28+
"3.4.0": "messages/3.4.0.md",
29+
"3.5.0": "messages/3.5.0.md"
2930
}

messages/3.5.0.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# MarkdownEditing 3.5.0 Changelog
2+
3+
Your _MarkdownEditing_ plugin is updated. Enjoy new version. For any type of
4+
feedback you can use [GitHub issues][issues].
5+
6+
## Bug Fixes
7+
8+
- improve bootstrapping robustness, when initially preparing Markdown syntax
9+
- fix reference definition symbol lists (see: [sublimehq/PR 4330][PR4330])
10+
- ensure compatibility with python 3.13
11+
12+
## New Features
13+
14+
- add syntax highlighting ans symbol list definition for #anchors.
15+
16+
## Changes
17+
18+
[issues]: https://github.com/SublimeText-Markdown/MarkdownEditing/issues
19+
[PR4330]: https://github.com/sublimehq/Packages/pull/4330

0 commit comments

Comments
 (0)