chore(security): fix CHANGELOG formatting. (#8687)

Turns out the fenced code block needs to be in its own paragraph.
This commit is contained in:
Martin Probst 2016-05-18 00:00:28 +02:00 committed by Miško Hevery
parent 6cdc53c497
commit 7bb5167239
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
- HTML, style values, and URLs are now automatically sanitized. Values that do not match are escaped
or ignored. When binding a URL or style property that would get ignored, bind to a value
explicitly marked as safe instead by injection the DOM sanitization service:
```
class MyComponent {
constructor(sanitizer: DomSanitizationService) {