diff --git a/CHANGELOG.md b/CHANGELOG.md index ae50e99..aeba317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ ## 0.1.0 - Add ability to provide `CancelToken` as well as send and receive progress callbacks to `NetworkRequest`s + +:warning: **Breaking Changes:** + - Remove ability to provide `headers` to `NetworkRequest`s. Instead, pass `Options`. - Migrate to `DioException` from the deprecated `DioError`. - Remove proxy configuration on the underlying `Dio` instance during construction of `SturdyHttp`. If you want to configure proxy information, do it via an `Interceptor`. +- Add `inferContentType` parameter to constructor. This defaults to `true`. The previous behavior was no _not_ infer content-type header by default. ## 0.0.2