Credit for #86

This commit is contained in:
James Agnew 2015-01-27 17:54:00 -05:00
parent 8f52954ec9
commit 5c59becf6f
1 changed files with 6 additions and 0 deletions

View File

@ -288,6 +288,12 @@
Add convenience methods to TokenOrListParam to test whether any of a set of tokens match
the given requested list.
</action>
<action type="add" issue="86" dev="harsha89">
Add a protected method to RestfulServer which allows developers to
implement their own method for determining which part of the request
URL is the FHIR request path (useful if you are embedding the RestulServer inside
of another web framework). Thanks to Harsha Kumara for the pull request!
</action>
</release>
<release version="0.7" date="2014-Oct-23">
<action type="add" issue="30">