From 0a61bb87d6435df023f569e659bdb776ae06dcae Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 9 Oct 2020 08:14:14 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf64cedf..42e20a9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Promote `defaultLineHeights` and `standardFontWeights` from experimental to future - Add new `presets` config option ([#2474](https://github.com/tailwindlabs/tailwindcss/pull/2474)) - Make `outline` configurable, `outline-none` more accessible by default, and add `outline-black` and `outline-white` ([#2460](https://github.com/tailwindlabs/tailwindcss/pull/2460)) +- Add additional small `rotate` and `skew` values ([#2528](https://github.com/tailwindlabs/tailwindcss/pull/2528)) ## [1.8.12] - 2020-10-07