aboutsummaryrefslogtreecommitdiff
path: root/docs/spec.md
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-11-07 08:43:53 +0100
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-11-07 08:43:53 +0100
commitab44a755d2b3b168bbea7de76dbecf7ce92709e0 (patch)
tree775ef498ad7f1a661ed01029df369558fd9b3618 /docs/spec.md
parent209d51f4163313e96d1549e83bce3ce6ba9d2880 (diff)
downloadmoa-zs-ab44a755d2b3b168bbea7de76dbecf7ce92709e0.tar.gz
moa-zs-ab44a755d2b3b168bbea7de76dbecf7ce92709e0.tar.bz2
moa-zs-ab44a755d2b3b168bbea7de76dbecf7ce92709e0.zip
Bump to Version 2.0.0-RC42.0.0-RC4
Diffstat (limited to 'docs/spec.md')
-rw-r--r--docs/spec.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/spec.md b/docs/spec.md
index a509eef..5973ce3 100644
--- a/docs/spec.md
+++ b/docs/spec.md
@@ -29,6 +29,10 @@ MOA ZS uses Apache CXF as a web service framework and the Spring Framework as in
This section 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 RC4
+
+- Bug Fix: Ensure that [tnvz] QueryPersonRequest/Sender marshalls correctly (to prevents error 400).
+
### Changes MOA ZS 2.0.0 RC3
- Remove Workaround that fixes JAXB Class Not Found Exception when running application in Tomcat.