docs: changelog update

This commit is contained in:
sumit_chaturvedi
2025-07-15 14:11:41 +05:30
parent 15e87f5a02
commit a53d03e36e
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ All notable changes to the **Prowler API** are documented in this file.
- `/processors` endpoints to post-process findings. Currently, only the Mutelist processor is supported to allow to mute findings.
- Optimized the underlying queries for resources endpoints [(#8112)](https://github.com/prowler-cloud/prowler/pull/8112)
- Optimized include parameters for resources view [(#8229)](https://github.com/prowler-cloud/prowler/pull/8229)
- Improved user deletion error handling with structured JSON response [(#8272)](https://github.com/prowler-cloud/prowler/pull/8272)
### Fixed
- Search filter for findings and resources [(#8112)](https://github.com/prowler-cloud/prowler/pull/8112)
-1
View File
@@ -791,7 +791,6 @@ class UserViewSet(BaseUserViewset):
"detail": "Failed to delete the user",
"status": "400",
"code": "delete_failed"
}
]
)