summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-03-14 15:29:56 +0000
committerAndres Rey <[email protected]>2018-03-14 15:29:56 +0000
commit82f6aa81c22a119ba8ba0d2dadae3d87f87802df (patch)
treeafef9c973da68a2b5c062847f647d9fd69a3f181
parent651d961fb58f6935a2a5bbb31b25c563017fae14 (diff)
Update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa71696..561b546 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
## Unreleased
+- Merged PR#49 (Missing object when calling `->getContent()`)
+
## [v1.1.1](https://github.com/andreskrey/readability.php/releases/tag/v1.1.1)
- Switched from assertEquals to assertSame on unit testing to avoid weak comparisons.