diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml
index 32288fa55..b682bb3de 100644
--- a/SeedDMS_Core/package.xml
+++ b/SeedDMS_Core/package.xml
@@ -26,6 +26,7 @@
- all changes from 5.1.25
- replace all checks on isset(_workflow) by checking for null
+- SeedDMS_Core_Document::getWorkflowLog() returns all log entries if the document is currently not in a workflow. Previously a transition had to be passed as well.