summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog9
1 files changed, 8 insertions, 1 deletions
diff --git a/changelog b/changelog
index 01f1a4f..c7df718 100644
--- a/changelog
+++ b/changelog
@@ -1,4 +1,11 @@
-
+Release 2.3.2
+-------------
+- SYS: Replace deprecated XML serialisation with DOM LS
+- WF: Predefined steps audit: added more collection management steps
+- MOD: Introduce Module.debug property for setting an editing workflow on module resources to tweak them in place.
+- WF: 'Breakpoint' property in activity. Execution will not proceed to the next activity on DONE or COMPLETE if set to true, only on PROCEED
+- WF: Autostart remove. Default behaviour is now autostart for composite activities, not for elementary ones.
+- WF: SUSPEND transition can accept an outcome defined by 'Errors' kernel schema, which is an XML marshalled ErrorInfo.
- MOD: Create Module item in /desc/modules for each module registered in the server.
- SYS: CastorXMLUtility is now a singleton (mMarshaller) in the gateway for kernel mapfiles. Modules may create their own instance for domain applications, but should not interfere with the kernel maps.
- MOD: Module serialize with Castor. Removed XML parsing.