Skip to content

Commit

Permalink
Update Changelog for v0.15.0 #73
Browse files Browse the repository at this point in the history
- Introducing `app.host(location)` to allow handling hostnames and
ports without creating a new server instance. It's useful when the
hostname and port is changed by a proxy server. #73
  • Loading branch information
adamhalasz committed Mar 5, 2017
1 parent 04242a4 commit 16910b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.15.0 - March 5, 2017
- Introducing `app.host(location)` to allow handling hostnames and ports without creating a new server instance. It's useful when the hostname and port is changed by a proxy server. #73

## v0.14.1 - March 3, 2017
- Bugfix for `$.download` when calling `$.sendFile` send the proper encoding not the name. #67

Expand Down

0 comments on commit 16910b4

Please sign in to comment.