summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2019-07-22 22:38:37 +0100
committerAndres Rey <[email protected]>2019-07-22 22:38:37 +0100
commitb63beaa9b5cc2e9f7a6d1778a4a12a6509aa3df9 (patch)
treec9c0b7641b15512b11357b0934363958a8cc28db
parent3cfeb00970ea706b3571172dcd89d44f11b19540 (diff)
Prepare for release
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20e3109..20aef9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## Unreleased
+
+## [v2.1.0](https://github.com/andreskrey/readability.php/releases/tag/v2.1.0)
- Avoid overwriting extracted metadata with similarly named keys (like `og:image` and `og:image:width`)
- Imported new `getSiteName()` feature from JS version as of [21 Dec 2018](https://github.com/mozilla/readability/pull/504)
- Added getFirstElementChild function to NodeTrait + test case (Issue #83)