platform/CHANGELOG.md

8 lines
326 B
Markdown
Raw Normal View History

2017-07-10 22:31:17 +00:00
# 1.2.4
Fixes https://github.com/angel-dart/angel/issues/44.
* MIME types will now default to `application/octet-stream`.
* When `streamToIO` is `true`, the body will only be sent gzipped if the request explicitly allows it.
2017-06-20 19:57:03 +00:00
# 1.2.3
Fixed #40 and #41, which dealt with paths being improperly served when using a
`publicPath`.