Skip to content

Commit

Permalink
Update the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Oct 13, 2015
1 parent b5c2ed7 commit 05dfa79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

### Changed
- `AbstractBlock::finalize()` now reqires a second parameter, `$endLineNumber`
- `RegexHelper::REGEX_ENTITY` no longer includes the starting `/` or the ending `/i` (#194)

### Fixed
- Fixed incorrect `endLine` positions (#187)
- Fixed `DocParser::preProcessInput` dropping up to 2 ending newlines instead of just one
- Fixed `EntityParser` not checking for ampersands at the start of the current position (#192, #194)

### Removed
- Removed protected function Context::addChild()
Expand Down

0 comments on commit 05dfa79

Please sign in to comment.