From 289f3c596a71a98658d84118f03306e79246d30e Mon Sep 17 00:00:00 2001 From: Leon Senft Date: Tue, 7 Mar 2017 14:03:59 -0800 Subject: [PATCH] Updates version and changelog. --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c096035..d123fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.13.4 + +* Parses CSS 2.1 pseudo-classes as pseudo-classes instead of pseudo-elements. +* Supports signed decimal numbers with no integer part. +* Fixes parsing hexadecimal numbers when followed by an identifier. +* Fixes parsing strings which contain unicode-range character sequences. + ## 0.13.3+1 * Fixes analyzer error. diff --git a/pubspec.yaml b/pubspec.yaml index 816ee6a..0e2e7da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: csslib -version: 0.13.3+1 +version: 0.13.4 author: Dart Team description: A library for parsing CSS. homepage: https://github.com/dart-lang/csslib