Skip to content

Commit

Permalink
Adds CHANGELOG entry for zendframework#6
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jan 22, 2019
1 parent 4839996 commit 9264793
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,18 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- Nothing.
- [#6](https://github.com/zendframework/zendxml/pull/6) adds the following method:

```php
Security::scanHtml(
string $html,
DOMDocument $dom = null,
int $libXmlConstants = 0
) : SimpleXMLElement|DOMDocument|bool
```

This method allows scanning markup known to be HTML, versus assuming the
markup is generic XML.

### Changed

Expand Down

0 comments on commit 9264793

Please sign in to comment.