Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-eb committed Aug 6, 2017
1 parent 56bcf7b commit f96bd28
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packages/cssnano/CHANGELOG.md
@@ -1,3 +1,26 @@
# 4.0.0-rc.2

## Features

* Includes the new release candidate for postcss-selector-parser 3.
* Refactors comments tokenizing in postcss-discard-comments to be more
memory efficient.
* Adds css-declaration-sorter for improved gzip compression efficiencies
(thanks to @Siilwyn).
* postcss-svgo now optimises base 64 encoded SVG where possible
(thanks to @evilebottnawi).
* stylehacks now supports `@media \0screen\,screen\9 {}` hacks
(thanks to @evilebottnawi).

## Bug Fixes

* Fixed handling of package.json configuration (thanks to @andyjansson).
* Fixed `resolveConfig` for a `Root` node without a `source` property
(thanks to @darthmaim).
* Improved radial gradient handling (thanks to @pigcan).
* stylehacks now properly accounts for vendor prefixes
(thanks to @evilebottnawi).

# 4.0.0-rc.1

## Bug Fixes
Expand Down

0 comments on commit f96bd28

Please sign in to comment.