From 400ba5bb2022c563d8b311d1ccf6175317236293 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Wed, 19 Mar 2025 14:02:30 +0000 Subject: [PATCH] Started changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84bb8a77..e4bcbcfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ This file documents all notable changes made to ITFlow. +## [25.03 UNRELEASED] + +### Fixed +- Fixed missing attachments on ticket replies via the ticket email parser + +### Added / Changed +- Added Bulk Delete Asset Functionality +- Ability to redact ticket replies after a ticket is closed + +### Breaking Changes +- Renamed users table; if you are unable to log in, update the database schema using the CLI script + ## [25.02.4] ### Fixed