From f5199e21ad4ffaeeefa0c081d20ef7a9291d2ac6 Mon Sep 17 00:00:00 2001 From: Roald Nefs Date: Wed, 11 Jan 2023 15:14:32 +0100 Subject: [PATCH] docs(changelog): add missing entries Signed-off-by: Roald Nefs --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cf2118..713b4d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] ### Added - Rule 219 for catching missing over-indentation of nested dicts ([#284](https://github.com/warpnet/salt-lint/pull/284)). -- Add Python 3.11 support. +- Add Python 3.11 support ([#290](https://github.com/warpnet/salt-lint/pull/290)). +- Add alternative typos of onchanges in rule 216 ([#286](https://github.com/warpnet/salt-lint/pull/286)). ## [0.8.0] (2021-11-09) ### Fixed