Closed omirho closed 6 years ago
Fixes #91
This is a breaking change, since the default value for fail_on_error is false. People working with inline_mode: true will have to set fail_on_error: true to get the previous behavior.
fail_on_error
inline_mode: true
fail_on_error: true
Okay, this has been released as 0.15.0. Thanks again!
Fixes #91
This is a breaking change, since the default value for
fail_on_error
is false. People working withinline_mode: true
will have to setfail_on_error: true
to get the previous behavior.