diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f0623f4c3..c03dbdd126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ ### BREAKING CHANGES * **core:** Certain elements (like `` or ``) require parent elements to be of a certain type by the HTML specification -(ex. can only be inside / ). Before this change Angular template parser was auto-correcting +(ex. `` can only be inside `` / ``). Before this change Angular template parser was auto-correcting "invalid" HTML using the following rules: - `` would be wrapped in `` if not inside ``, `` or ``; - `` would be wrapped in `` if not inside ``.