This commit is contained in:
James Agnew 2018-05-04 08:55:41 -04:00
parent f092caf386
commit 127a8389ac
2 changed files with 8 additions and 0 deletions

View File

@ -419,6 +419,10 @@
<id>t4deon</id>
<name>Andreas Keil</name>
</developer>
<developer>
<id>dgileadi</id>
<name>David Gileadi</name>
</developer>
</developers>
<licenses>

View File

@ -116,6 +116,10 @@
happened upon every validation however, instead of only happening once which adversely
affected performance. A cache has been added.
</action>
<action type="add" issue="903">
Fix a bug in the DSTU2 QuestionnaireResponseValidator which prevented validation
on groups with only one question. Thanks David Gileadi for the pull request!
</action>
</release>
<release version="3.3.0" date="2018-03-29">
<action type="add">