From ef1180f9cfa71c40d82e38a64c88aa8a151a02e5 Mon Sep 17 00:00:00 2001 From: Luc Everse <luc@wukl.net> Date: Tue, 23 Aug 2022 11:05:53 +0200 Subject: [PATCH] Add MR IDs --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2489222..eccf2e382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -* Submit script API integration +* Submit script API integration (!177) ### Changed -* PyLint is now an external dependency +* PyLint is now an external dependency (!177) ### Fixed * Some analyzers were not loaded (!176) -- GitLab