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 859b573 commit 9ec4730
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@

#### Features

* [Issue #396](https://github.com/fabiolb/fabio/issue/396): treat `registry.consul.kvpath` as prefix

This patch allows fabio to have multiple manual routing tables stored in consul, e.g.
under `fabio/config/foo` and `fabio/config/bar`. The routing table fragments are
concatenated in lexicographical order of the keys and the log output contains comments
to indicate to which key the segment belongs.

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

fabio has now support for adding HSTS headers to the response.
Expand Down

0 comments on commit 9ec4730

Please sign in to comment.