Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Sep 17, 2020
1 parent fe827dd commit a2eefc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## 6.0.0
* Dropped Node.js 8 support.
* Moved to PostCSS 8.
* Moved `postcss` to `peerDependencies`.

## 5.0.1
* Fixed: `properties-order: "alphabetical"` now puts shorthands before their longhand forms even if that isn't alphabetical to avoid broken CSS. E. g. `border-color` will be before `border-bottom-color`.

Expand Down

0 comments on commit a2eefc3

Please sign in to comment.