From 6491946c7fb0e0ba4739a45506b23b1747270e54 Mon Sep 17 00:00:00 2001 From: Richard Hallows Date: Wed, 27 Oct 2021 20:31:02 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82af06bac6..9eaec818ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project are documented in this file. +## Head + +- Added: `ignorePseudoClasses: []` to `max-nesting-depth` ([#5620](https://github.com/stylelint/stylelint/pull/5620)). + ## 14.0.1 - Fixed: package size by excluding docs ([#5643](https://github.com/stylelint/stylelint/pull/5643)).