From 05dfa79d35f060b45107ac99a767ab2ac816c2cd Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Mon, 12 Oct 2015 21:03:45 -0400 Subject: [PATCH] Update the CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af1ad0fcb8..4406c493fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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()