From 573999be6e7e86c0a14f44539f1db186d95c2867 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 3 Sep 2020 11:39:43 -0400 Subject: [PATCH] Make PR references in CHANGELOG links --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35782acc0..2ca56fc2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Dark mode variant (experimental) (#2279) -- New `preserveHtmlElements` option for `purge` (#2283) -- New `layers` mode for `purge` (#2288) +- Dark mode variant (experimental) ([#2279](https://github.com/tailwindlabs/tailwindcss/pull/2279)) +- New `preserveHtmlElements` option for `purge` ([#2283](https://github.com/tailwindlabs/tailwindcss/pull/2283)) +- New `layers` mode for `purge` ([#2288](https://github.com/tailwindlabs/tailwindcss/pull/2288)) ### Deprecated