From 2f9e6698a2f85d5bd7cf2a8733bb8c7a68862e2e Mon Sep 17 00:00:00 2001 From: Marco Carvalho Date: Wed, 7 Oct 2020 11:30:40 -0300 Subject: [PATCH] Update CHANGELOG.md (#2513) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31f026218ee4..88ae8000fea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Scaffold new `tailwind.config.js` files with available `future` flags commented out ([#2379](https://github.com/tailwindlabs/tailwindcss/pull/2379)) - Don't escape keyframe values ([#2432](https://github.com/tailwindlabs/tailwindcss/pull/2432)) -- Add experimental `2xl` breakpoint ([#2468](https://github.com/tailwindlabs/tailwindcss/pull/2471)) +- Add experimental `2xl` breakpoint ([#2468](https://github.com/tailwindlabs/tailwindcss/pull/2468)) - Add `col-span-full` and `row-span-full` ([#2471](https://github.com/tailwindlabs/tailwindcss/pull/2471)) - Promote `defaultLineHeights` and `standardFontWeights` from experimental to future