Skip to content

Commit c0313d6

Browse files
committed
update VERSION notes
1 parent 44eb4e7 commit c0313d6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

VERSION.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
- [Release 0.60.0](#release-0600)
88
- [API Refactoring](#api-refactoring)
9+
- [0.62.2](#0622)
10+
- [0.62.0](#0620)
911
- [0.61.34](#06134)
1012
- [0.61.32](#06132)
1113
- [0.61.30](#06130)
@@ -173,6 +175,21 @@ Please give feedback on the upcoming changes if you have concerns about breaking
173175
* `com.vladsch.flexmark.util.ast.NodeAdaptingVisitHandler`
174176
* `com.vladsch.flexmark.util.ast.NodeAdaptingVisitor`
175177

178+
## 0.62.2
179+
180+
* Fix: merge `Parsing` optimization by using static patterns
181+
* Fix: add a few more `Parsing` optimization by using static patterns for flag based dynamic
182+
values.
183+
* Fix: add cache for dynamic `Parsing` patterns based on dependent options.
184+
185+
## 0.62.0
186+
187+
* Fix: HTML to Md converter to convert empty a tags to empty link text links. ie. `<a
188+
href="#abc"></a>` to `[](#abc)`, except when contained in heading elements.
189+
* Break: rename `Attributes` to `MutableAttributes` and create new immutable `Attributes` class.
190+
* Fix: do not remove `title` attribute provided by `LinkResolver` when link has no title. Allow
191+
link resolver titles to be used.
192+
176193
## 0.61.34
177194

178195
* Fix: add `DocxRenderer.PAGE_SIZE` and `DocxRenderer.PAGE_LANDSCAPE` properties to allow simple

0 commit comments

Comments
 (0)