From 1c082f7f6e9a2996b00dda406f67bb08f8e7e09c Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Thu, 5 May 2016 07:03:58 -0400 Subject: [PATCH] Credit for #356 --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 808c12cfde8..3871d1eb0b2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -98,6 +98,11 @@ JAX-RS server module now supports DSTU3 resources (previously it only supported DSTU2). Thanks to Phillip Warner for implementing this, and providing a pull request! + + Generated conformance statements for DSTU3 servers did not properly reference their + OperationDefinitions. Thanks + to Phillip Warner for implementing this, and providing a pull request! +