Adding a proposed change log.

This commit is contained in:
ianmarshall 2020-05-22 13:45:17 -04:00
parent b501a601b7
commit 6a5c23c36b
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
type: fix
issue: 1863
title: "Cascade deletes were failing in cases where the resource being deleted had more than 600 conflicts due to a hard-coded limit
on the number of conflicts that the CascadingDeleteInterceptor was allowed to process at a time. This hard-coded limit has been
replaced with an optional configuration parameter."