File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,15 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66### Added
77 - Added public $data array to block elements (#95 )
88 - Added ` isIndented ` helper method to ` Cursor `
9+ - Added a new ` Converter ` base class which ` CommonMarkConverter ` extends from (#105 )
910
1011### Changed
12+ - Bumped spec target version to 0.20 (#112 )
1113 - Renamed ListBlock::$data and ListItem::$data to $listData
1214 - Require link labels to contain non-whitespace (jgm/CommonMark #322 )
1315 - Use U+FFFD for entities resolving to 0 (jgm/CommonMark #323 )
1416 - Moved ` IndentedCodeParser::CODE_INDENT_LEVEL ` to ` Cursor::INDENT_LEVEL `
17+ - Changed arrays to short syntax (#116 )
1518
1619### Fixed
1720 - Fixed open block tag followed by newline not being recognized (jgm/CommonMark #324 )
You can’t perform that action at this time.
0 commit comments