summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-11-23 19:23:58 +0000
committerAndres Rey <[email protected]>2017-11-23 19:23:58 +0000
commit5311d7989c6ee3275c4c1f7898045d951e85dfe3 (patch)
treeb01ddb04456fd23d6e1678cebb2b7b4b9c920e55 /CHANGELOG.md
parent0cd86883d9dc44c27e7505313c774b53cc06283d (diff)
Move the title searching function inside the getMetadata
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 229e111..9f0a6e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
- Fix "Unsupported operand types" (PR #31)
- Fix division by zero when no title was found (issue #32)
- New function to retrieve all images at once (PR #30)
+- Get the title from the `<title>` tag before searching on the `<meta>` tags
## [v0.3.0](https://github.com/andreskrey/readability.php/releases/tag/v0.3.0)