Skip to content

Commit

Permalink
Release 2.4.1 (#2164)
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored Mar 5, 2018
1 parent 0eabce6 commit 9005c86
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# History

## 2018-03-05, Version 2.4.1 @dead-horse

### Notable changes

* **fix**
* [security] don't allow x-forwarded-host header by default
* `ctx.runInBackground` will try to use custom function name first

* **docs**
* improve d.ts
* add regexp as type of path in Router
* fix type of `render`
* more semantic and moment installation in quickstart

### Commits

* [[`0eabce6`](http://github.com/eggjs/egg/commit/0eabce6389190cecc00011512ec7e4e63fd0471e)] - fix: don't allow x-forwarded-host header (#2163) (Haoliang Gao <<[email protected]>>)
* [[`f0edf96`](http://github.com/eggjs/egg/commit/f0edf9622b6a18831f285e6ceb5a0e2b25b04fd0)] - fix: try to use custom function name first (#2161) (fengmk2 <<[email protected]>>)
* [[`1a73720`](http://github.com/eggjs/egg/commit/1a73720d8ba14c612cc6fd38d419212e032049f8)] - fix(typings): add regexp as type of path (#2157) (AngrySean <<[email protected]>>)
* [[`b55e908`](http://github.com/eggjs/egg/commit/b55e908643dc2ef1a21c7a4b11559e1785985792)] - doc(quickstart): more semantic and moment installation (#2154) (Kiho · Cham <<[email protected]>>)
* [[`951e236`](http://github.com/eggjs/egg/commit/951e236586f3fdc988504f4138351b2c7778e67c)] - Fix type of `render` (#2155) (Arniu Tseng <<[email protected]>>)

## 2018-02-28, Version 2.4.0, @fengmk2

### Notable changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg",
"version": "2.4.0",
"version": "2.4.1",
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
Expand Down

0 comments on commit 9005c86

Please sign in to comment.