Skip to content

Commit

Permalink
Minor fixes in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Imangazaliev committed May 8, 2022
1 parent 87f7089 commit cc8ec6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
- Minimum PHP version bumped to 7.2
- Remove `__invoke` method from `Document`, `Element` and `DocumentFragment` that was deprecated early
- Remove magic property `Element::$tag`. Use `tagName()` method instead
- Rename `Element::getDocument()` to `ownerDocument()`

### What's new

- Add `DocumentFragment::createFromString()` method
- Add `Node::setInnerXml()` method (i. e. for `Element` and `DocumentFragment` too)

## 1.18
Expand Down

0 comments on commit cc8ec6e

Please sign in to comment.