summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes2
-rw-r--r--CHANGELOG.md3
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 9d14838..ea4dd88 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1 @@
-*.html linguist-language=PHP \ No newline at end of file
+test/* linguist-language=PHP \ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 685cfb3..5a22abb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file.
## Unreleased
+## [v0.2.2](https://github.com/andreskrey/readability.php/releases/tag/v0.2.2)
+
- Added a safecheck for really nasty HTML
+- Added summonCthulhu option, to remove all script tags via regex
## [v0.2.1](https://github.com/andreskrey/readability.php/releases/tag/v0.2.1)