Skip to content

Commit

Permalink
Release 2.17.0 (#3481)
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored Feb 21, 2019
1 parent 7147b23 commit 969c3dd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# History

## 2019-02-21, Version 2.17.0 @dead-horse

### Notable changes

* **features**
* agent context can be extended

* **fixes**
* createAnonymousContext add host in headers

### Commits
* [[`7147b23cf`](http://github.com/eggjs/egg/commit/7147b23cf7edaa98a8f009d98de7ef2aaa5303a0)] - feat: agent context can be extended (#3478) (Hongcai Deng <<[email protected]>>)
* [[`a2f0d9620`](http://github.com/eggjs/egg/commit/a2f0d96204e05f11c5586ff0fa9441f4e3ab5dff)] - fix: createAnonymousContext add host in headers (#3477) (Yiyu He <<[email protected]>>)
* [[`5952d1240`](http://github.com/eggjs/egg/commit/5952d12404ae896a2338ee4ee79d68876ffbb205)] - docs(typescript): fix wrong path of LifeCycle (#3475) (CHANG, TZU-YEN <<[email protected]>>)

## 2019-02-18, Version 2.16.2 @dead-horse

### 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.16.2",
"version": "2.17.0",
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
Expand Down

0 comments on commit 969c3dd

Please sign in to comment.