summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-03-06 20:56:09 +0000
committerAndres Rey <[email protected]>2018-03-06 20:56:09 +0000
commit5968aa3e606d11fdb9a66b40563dccef9335a781 (patch)
tree24a0371b2706dccdc41b8ce6bc798a780703c885 /CHANGELOG.md
parent878afee1c2207a6bd60222924f5d3efa306a1d76 (diff)
Save the full DOMDocument when finish processing + pull images of the article from the processed object, no the original one
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4d56dd..e0ceea1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
- 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)
## [v1.1.0](https://github.com/andreskrey/readability.php/releases/tag/v1.1.0)