Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Updates version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsenft committed May 12, 2017
1 parent 2b4ab14 commit fe8d87e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.13.6

* Adds support for `@viewport`.
* Adds support for `-webkit-calc()` and `-moz-calc()`.
* Adds support for querying media features without specifying an expression. For
example: `@media (transform-3d) { ... }`.
* Prevents exception being thrown for invalid dimension terms, and instead
issues an error.

## 0.13.5

* Adds support for `@-moz-document`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: csslib
version: 0.13.5
version: 0.13.6
author: Dart Team <misc@dartlang.org>
description: A library for parsing CSS.
homepage: https://github.com/dart-lang/csslib
Expand Down

0 comments on commit fe8d87e

Please sign in to comment.