diff --git a/ChangeLog.md b/ChangeLog.md index 18e2b2b61..787c46ab2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,8 @@ +## 2.0.2 +* Add readable names for new browsers from 2.0 release. +* Don’t add `-webkit-` prefix to `filter` with SVG URI. +* Don’t add `-o-` prefix 3D transforms. + ## 2.0.1 * Save declaration style, when clone declaration to prefix. diff --git a/package.json b/package.json index c0598969d..8f782590e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "2.0.1", + "version": "2.0.2", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "keywords": ["css", "prefix", "postprocessor", "postcss"], "author": "Andrey Sitnik ",