Skip to content

Commit 3468773

Browse files
committed
Added recent changes to the CHANGELOG
1 parent d0d5f9e commit 3468773

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)