From 3dead0a9e4864ab19903cc452c502014a9c4e48b Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Mon, 12 Mar 2018 11:25:08 +0000 Subject: Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index fae01f0..66d5500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. - Fix issue #46: Added `data-src` as a image source path - Fixed bug when extracting all the image of the article (Was extracting images from the original DOM instead of the parsed one) - Added the `->getDOMDocument()` getter to retrieve the fully parsed DOMDocument +- Merged PR #48 that allows passing an array as configuration (@topotru) ## [v1.1.0](https://github.com/andreskrey/readability.php/releases/tag/v1.1.0) -- cgit v1.2.3 From f0f69065301d640ccf7308cff7c1eb006d03ef45 Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Mon, 12 Mar 2018 23:12:14 +0000 Subject: Prepare for release --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d5500..fa71696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [v1.1.1](https://github.com/andreskrey/readability.php/releases/tag/v1.1.1) + - Switched from assertEquals to assertSame on unit testing to avoid weak comparisons. - Added a safe check to avoid sending the DOMDocument as a node when scanning for node ancestors. - Fix issue #45: Small mistake in documentation -- cgit v1.2.3