Skip to content

Commit 6af1061

Browse files
committed
Update changelog.
1 parent 4653147 commit 6af1061

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

changelog.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[PENDING 0.30]
1+
[0.30]
22

33
* Add note clarifying that not every feature of HTML examples is normative
44
(#672).
@@ -18,15 +18,15 @@
1818
* Add definition of ASCII control characters (#603, Titus Wormer).
1919
* Fix wording in start condition of type 7 HTML (#665, Titus Wormer).
2020
* Add `textarea` to list of literal HTML block tags (#657).
21-
Like script, style, and pre, textarea blocks can contain
21+
Like `script`, `style`, and `pre`, `textarea` blocks can contain
2222
blank lines without the contents being interpret as commonmark.
2323
* Add `textarea` to more cases (#667, Titus Wormer).
2424
* Remove superfluous restrictions on declarations (#620, Titus Wormer).
2525
HTML declarations need not be limited to all capital ASCII letters.
2626
* Add inline link examples with empty link text (#636, jsteuer).
2727
* Remove outdated restriction on list item (#627, Johel Ernesto Guerrero
2828
Peña). This is a holdover from the days when two blank lines
29-
broke out of a list. Case missed by 780b981.
29+
broke out of a list.
3030
* Add example with unbalanced parens in link destination.
3131
* Clarify that new blocks are added to *container* blocks. (#598, Jay
3232
Weisskopf).
@@ -50,6 +50,8 @@
5050
+ Changes for compatibility with lua 5.3's new number type.
5151
* CSS and HTML improvements in HTML version of spec
5252
(#639, #641, 642, Andrei Korzhyts).
53+
* Revise emphasis parsing algorithm description in light of
54+
commonmark/cmark#383.
5355
* Add documentation of the npm package to README.md (thanks to
5456
Shawn Erquhart).
5557
* Fix anchor definition for 'end condition'.

0 commit comments

Comments
 (0)