From c70c1f1770dc3ff9ea6544bc271a752cc7b7dcda Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 3 Sep 2020 11:38:43 -0400 Subject: [PATCH] Add "Unreleased" section to CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9762dde08..35782acc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- Dark mode variant (experimental) (#2279) +- New `preserveHtmlElements` option for `purge` (#2283) +- New `layers` mode for `purge` (#2288) + +### Deprecated + +- `conservative` purge mode, deprecated in favor of `layers` + ## [1.7.6] - 2020-08-29 ### Fixed @@ -830,6 +842,7 @@ No release notes - Everything! +[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v1.7.6...HEAD [1.7.6]: https://github.com/tailwindlabs/tailwindcss/compare/v1.7.5...v1.7.6 [1.7.5]: https://github.com/tailwindlabs/tailwindcss/compare/v1.7.4...v1.7.5 [1.7.4]: https://github.com/tailwindlabs/tailwindcss/compare/v1.7.3...v1.7.4