aboutsummaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index d5d1dcd..efa8dd1 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -3,6 +3,13 @@
This document summarizes changes between MOA ZS Releases that were made in the MOA ZS codebase and in the app2mzs interfaces.
For a non-normative summary of changes that were made in the ZUSE specifications (and therefore affect MOA ZS directly and a sender application indirectly), the reader is referred to [ZUSE Specification Changelog](zusespec-changelog.md).
+## Changes MOA ZS 2.0.0 RC7
+
+- MZS Schema Change: Add missing parameters to `ERVDeliveryConfirmed` (an element in `mzs:DeliveryNotification`).
+- Change Behavior of `msg/` Service: Acknowledge response if and only if backend succeeds. Return soap fault otherwise.
+- Bug Fix: Handle `InterruptedException` as discussed in <https://stackoverflow.com/questions/3976344/handling-interruptedexception-in-java> .
+- Add curl examples for sending `msg:DeliveryNotifications` to MOA ZS.
+
## Changes MOA ZS 2.0.0 RC6
- Bug Fix: Finalize the removal of the "JAXB Class Not Found Exception" workaround from 2.0.0-RC3.