summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-11-22 20:35:43 +0000
committerAndres Rey <[email protected]>2018-11-22 20:35:43 +0000
commit4dcc87469f787d881a913fb120aae08ec772c30c (patch)
treea7536f2bc62a364a73f10ad728b5d3d431d1f8e7 /CHANGELOG.md
parenteb9f102c82cc44f9dcd72c10575b097a0ebb1cc1 (diff)
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd47361..12d4492 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
## Unreleased
+- [BREAKING CHANGE] Bumped the minimum supported version of PHP to 7.0
- Clean `<aside>` tags during `prepArticle()`.
- Merged PR #58: Fix notice non-object on $parentOfTopCandidate for tumblr.com
- Fixed issue #63: Division by zero
@@ -11,7 +12,6 @@ All notable changes to this project will be documented in this file.
- Rename wordThreshold to charThreshold and throw deprecation notices. WordThreshold will be removed in version 2.0.
- Added "-ad-" as unlikely candidate
- Added Docker containers with PHP 7.0, 7.1, and 7.2 and makefile to trigger the tests.
-- [BREAKING CHANGE] Bumped the minimum supported version of PHP to 7.0
## [v1.2.0](https://github.com/andreskrey/readability.php/releases/tag/v1.2.0)