You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
110
110
- Fixed quadratic complexity parsing emphasis and strikethrough delimiters
111
111
- Fixed issue where having 500,000+ delimiters could trigger a [known segmentation fault issue in PHP's garbage collection](https://bugs.php.net/bug.php?id=68606)
112
112
- Fixed quadratic complexity deactivating link openers
113
+
- Fixed quadratic complexity parsing long backtick code spans with no matching closers
113
114
- Fixed catastrophic backtracking when parsing link labels/titles
0 commit comments