From c144fc6b1bdd3843e9aaaf1b1750ece6febe36d8 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Sat, 13 Mar 2021 09:47:28 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85675ca..20d0515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,12 @@ ### Changed -- Add more descriptive error message for missing whitespace between HTML attributes ([#23 (comment)](https://github.com/thibaudcolas/curlylint/issues/23#issuecomment-700622837)). -- Move development dependencies from extras to separate `requirements.txt`. +- Add more descriptive error message for missing whitespace between HTML attributes ([#23 (comment)](https://github.com/thibaudcolas/curlylint/issues/23#issuecomment-700622837), [#68](https://github.com/thibaudcolas/curlylint/pull/68)). +- Move development dependencies from extras to separate `requirements.txt` ([#68](https://github.com/thibaudcolas/curlylint/pull/68)). ### Fixed -- Fix Python 3.10 deprecation warning by importing Iterable from collections.abc. +- Fix Python 3.10 deprecation warning by importing Iterable from collections.abc ([#68](https://github.com/thibaudcolas/curlylint/pull/68)). ## [v0.12.2](https://github.com/thibaudcolas/curlylint/releases/tag/v0.12.2) 2021-03-06