Add changelog

This commit is contained in:
jamesagnew 2019-08-17 14:30:44 -04:00 committed by James Agnew
parent 81adc5c99e
commit 34c1879973
1 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,14 @@
<action type="fix">
Reference search parameters did not work via the _filter parameter
</action>
<action type="fix">
Transaction entries with a resource URL starting with a leading
slash (e.g.
<![CDATA[<code>/Organization?identifier=foo</code>]]>
instead of
<![CDATA[<code>Organization?identifier=foo</code>]]>
did not work. These are now supported.
</action>
</release>
<release version="4.0.0" date="2019-08-14" description="Igloo">
<action type="add">