From 7bb5167239a82f595f18ad1617f41c2100d37c17 Mon Sep 17 00:00:00 2001 From: Martin Probst Date: Wed, 18 May 2016 00:00:28 +0200 Subject: [PATCH] chore(security): fix CHANGELOG formatting. (#8687) Turns out the fenced code block needs to be in its own paragraph. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 906376969b..014f1cdb04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) {