summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-12-01 23:18:16 +0000
committerAndres Rey <[email protected]>2017-12-01 23:18:16 +0000
commiteffe82b55b123a2532720a25a28d6627befa8adc (patch)
tree35c557f427e4f1eb726e7b60f7b5f450dfbb8e84
parente74a691624e81fe82a41bed02165afa4508b3101 (diff)
parentbbf6068a6440c2390956993a6845952a02219722 (diff)
Merge branch 'master' into v1.0
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f0a6e6..e5f931a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
## Unreleased
+## [v0.3.1](https://github.com/andreskrey/readability.php/releases/tag/v0.3.1)
+
- Trim titles when detecting hierarchical separators to avoid false negatives on strings with spaces.
- Fix issue when converting divs to p nodes and never rating them (issue #29)
- Fix "Unsupported operand types" (PR #31)