summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-12-05 10:08:53 +0000
committerAndres Rey <[email protected]>2017-12-05 10:08:53 +0000
commitf22821a3cbae0a1538a88bbfc70070618b44a269 (patch)
tree1a34ed48174973e986105f18efd23992623709c2 /CHANGELOG.md
parent0d02e2916d1659bb79426969c5d48848ff402598 (diff)
Search for 'data-orig' in image urls
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 527f618..102e46a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
## Unreleased
+- Added 'data-orig' as an URL source for images
+
## [v1.0.0](https://github.com/andreskrey/readability.php/releases/tag/v1.0.0)
- Node encapsulation is gone. Pre v1 all nodes where encapsulated in a Readability class, which created lots of trouble with dependencies, responsibilities, and properties. Now all the encapsulation is gone: all the DOMNodes inside the Readability class are extensions of the original DOM classes, which allows the system to take advantage of the functions and properties of DOMDocument.