diff --git a/CHANGES.md b/CHANGES.md index 46f236136f..6b83649cd7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -321,7 +321,6 @@ - 2024-08-27 Fixed console command Admin::Service::Add - does not work after ITSMCore is installed. - 2024-08-27 Added auto mapping for unknown actions to Znuny.Form.Input.FieldIDMapping. - 2024-08-23 Fixed duplicate database record insert attempts for ticket flags. Thanks to @lukasdebaum for reporting. #531 - - - 2024-08-22 Added '--single-transaction' option to scripts/backup.pl for MySQL/MariaDB. The --single-transaction flag will start a transaction before running. - 2024-07-29 Fixed evaluation of ticket ID parameter in generic interface operation TicketGet. - 2024-07-25 Console command Admin::PostMasterFilter::Import now will also update existing filters instead of only create new ones. Thanks to @meisterheister for reporting the issue. #527