From f92665cb83f5997f7c0d4bea055b1d12d2eaaded Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Fri, 5 Aug 2022 10:33:00 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef5bb4f6..9ae482176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix usage of alpha values inside single-named colors that are functions ([#9008](https://github.com/tailwindlabs/tailwindcss/pull/9008)) - Fix `@apply` of user utilities when negative and non-negative versions both exist ([#9027](https://github.com/tailwindlabs/tailwindcss/pull/9027)) -### Changed - -- Don't use `cursor: pointer` for buttons by default ([#8962](https://github.com/tailwindlabs/tailwindcss/pull/8962)) - ## [3.1.7] - 2022-07-29 ### Fixed