This commit is contained in:
James 2017-04-17 18:03:55 -04:00
parent 9201692c70
commit e9a1069c9d
2 changed files with 9 additions and 1 deletions

View File

@ -325,6 +325,10 @@
<developer>
<id>elnin0815</id>
</developer>
<developer>
<id>dangerousben</id>
<name>Ben Spencer</name>
</developer>
</developers>
<licenses>

View File

@ -95,7 +95,11 @@
Thanks to Sebastien Riviere for the
pull request!
</action>
<action type="fix" issue="610">
Fix a potential race condition when the FhirContext is being accessed by many threads
at the same time right as it is initializing. Thanks to Ben Spencer for the
pull request!
</action>
</release>
<release version="2.3" date="2017-03-18">
<action type="add">