Release 3.0.5
This release fixes a handful of problems various folks encountered while
using the new (V2) PATCH functionality.
- #140, #139 - When a patch failed to be applied, instead of returning
an error message, the server would hang. Thanks @7shi for the fix!
- #142 - If you supplied JSON content that encoded anything other than
an object, your incoming content would not be parsed and your patch
would fail. Now, we use the non-strict JSON parsing mode that allows
you to provide any arbitrary JSON content.