From a2c5b5b9bca560e4b3cd68ac49e517354681a063 Mon Sep 17 00:00:00 2001 From: Maximilian Wesener Date: Thu, 4 Apr 2024 11:30:29 +0200 Subject: [PATCH] chore(notifications): 547 - removed classification check on update methods. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef6e276a16..4589418f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). _**For better traceability add the corresponding GitHub issue number in each changelog entry, please.**_ ## [UNRELEASED - DD.MM.YYYY] +### Removed +- #547 Removed classification check on alert / investigation update callback methods ## [10.8.1 - 04.04.2024]