diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d08ceea..4fa9ef82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # 2.0.4 * Prepare for Dart SDK change to `Stream>` that are now `Stream`. +* Accept any content type if accept header is missing. See +[this PR](https://github.com/angel-dart/framework/pull/239). # 2.0.3 * Patch up a bug caused by an upstream change to Dart's stream semantics.