From a5074aabf36193c83edadfa9f30cde29ce371e9b Mon Sep 17 00:00:00 2001 From: Leon Senft Date: Wed, 25 Jan 2017 16:00:03 -0800 Subject: [PATCH] Fixes typos --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 906ad3f..e4e524c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,10 @@ * Adds support for shadow host selectors `:host()` and `:host-context()`. * Adds support for shadow-piercing descendant combinator `>>>` and its alias `/deep/` for backwards compatibility. -* Adds support for non-functional IE filter properties (i.e. `filter: FlipH`) -* Fixes emitted CSS for '@page' directive when body includes declarations and +* Adds support for non-functional IE filter properties (i.e. `filter: FlipH`). +* Fixes emitted CSS for `@page` directive when body includes declarations and page-margin boxes. -* Exports `Message` from `parser.dart` so its no longer necessary to import +* Exports `Message` from `parser.dart` so it's no longer necessary to import `src/messages.dart` to use the parser API. ## 0.13.2+2