******************
Features:
- *Backwards-incompatible*: Automatically generate references for schemas
passed as strings in responses and request bodies. When using
``MarshmallowPlugin``, if a schema is passed as string, the marshmallow
registry is looked up for this schema name and if none is found, the name is
assumed to be a reference to a manually created schema and a reference is
generated. No exception is raised anymore if the schema name can't be found
in the registry. (:pr:`554`)