diff --git a/ReleaseNotes.md b/ReleaseNotes.md index a5c2513..36759f2 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,10 @@ +## Release 3.12.1 + +* We changed the length of the `Reason` attribute in the `WorkflowAuditTrailRecord` entity to unlimited. +* We fixed the warnings in the module where applicable. + +_______ + ## Release 3.12.0 * We upgraded the module to Mendix 10.17.0 @@ -6,10 +13,13 @@ * We fixed an issue where switching between the `Minimal`, `Default` and `All` views did not work correctly for the Audit Trail. * We added compatibility for changes in the System module that were introduced with Mendix 10.17.0 +_______ + ## Release 3.11.0 * We added 'Manage task assignments' page. This page provides the workflow administrator the ability to manage the assignment and targeting of user tasks based on a selected user. This is typically done when a user is leaving the organization or a group/role. * We updated Data Widgets module compatibility to v2.26.0 + _______ ## Release 3.10.0 diff --git a/Releases/WorkflowCommons-3-12-1.mpk b/Releases/WorkflowCommons-3-12-1.mpk new file mode 100644 index 0000000..27bd702 Binary files /dev/null and b/Releases/WorkflowCommons-3-12-1.mpk differ diff --git a/Source/ExpenseRequestStarterApp.mpr b/Source/ExpenseRequestStarterApp.mpr index 8a72794..9f55297 100644 Binary files a/Source/ExpenseRequestStarterApp.mpr and b/Source/ExpenseRequestStarterApp.mpr differ