aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-10-07 13:58:04 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-10-07 13:58:04 +0200
commit1db2af5b85b353f7dec79a9006cdc9584a66705b (patch)
tree00ad50c3db805193b9e3e54537467d5d6022cee4 /docs
parentee244162599b676d17d1974101ded38f74ea2898 (diff)
downloadmoa-zs-1db2af5b85b353f7dec79a9006cdc9584a66705b.tar.gz
moa-zs-1db2af5b85b353f7dec79a9006cdc9584a66705b.tar.bz2
moa-zs-1db2af5b85b353f7dec79a9006cdc9584a66705b.zip
Update Changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/spec.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/spec.md b/docs/spec.md
index 05d3729..4d28a1a 100644
--- a/docs/spec.md
+++ b/docs/spec.md
@@ -33,6 +33,10 @@ Carry [zusemsg] 2.0.007 changes into app2mzs interface:
Reason: Element was added to [zusemsg] 2.2.007.
- Add new choice in `mzs:DeliveryNotification` to forward new answer of type `msg:ERVConfirmedDelivery` to the app.
- Move element `msg:RelayedViaERV` from `SuccessType` into `MessageType` (so that it's available to all types that derive from `MessageType`).
+- Change `mzs:MessageType/ZSDeliveryID` from mandatory to optional element.
+ Reason: In certain cases the `ZSDeliveryID` does not exist.
+ Example: Perform QueryPersonRequest, Request fails, no ZSDeliveryID because request was never sent to delivery service.
+- Change type of `mzs:Error/Code` from `xs:integer` to `xs:string`. Reason: `msg:Code` is also of type `xs:string`.
### Changes Between MOA ZS 1.5.3 and MOA ZS 2.0.0 RC1