summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-03-18 19:36:53 +0000
committerAndres Rey <[email protected]>2018-03-18 19:36:53 +0000
commit1093b0a804ba48c146367b0bec45e33eb9b77116 (patch)
tree2d2f9fc245142a8fe71d7ba959ac0f063dd07a56 /CHANGELOG.md
parent765466aec50e17ce3c0a4c138f712b76b8124305 (diff)
parentf0f69065301d640ccf7308cff7c1eb006d03ef45 (diff)
Merge branch 'master' into update-to-8525c6a
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fae01f0..fa71696 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,12 +3,15 @@ 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
- 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)