Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Feb 2, 2018
1 parent fe5018d commit bf75a9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
fabio 1.5.7 emits a recurring warning when run as root. This can be disabled when using
the new `-insecure` flag which also provides a link to alternatives.

* [Issue #433](https://github.com/fabiolb/fabio/issues/433): `proxy.noroutestatus` must be three digit code

go1.10 will enforce that HTTP status codes must be three digit values `[100,1000)` and
and otherwise the handler will panic. This change enforces that the `proxy.noroutestatus`
has a valid status code value.

#### Features

* [PR #425](https://github.com/fabiolb/fabio/pull/425): Add support for HSTS headers
Expand Down

0 comments on commit bf75a9e

Please sign in to comment.