Skip to content

Commit

Permalink
2.4.0 – added missing 2.3.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Nov 6, 2017
1 parent c68a696 commit 418bb06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion History.md
@@ -1,5 +1,5 @@

2.3.0 / 2017-11-06
2.4.0 / 2017-11-06
==================

* update `package.engines.node` to be more strict
Expand All @@ -8,6 +8,14 @@
* fix: gated `res.statusMessage` for HTTP/2
* added: `app.handleRequest()` is exposed

2.3.0 / 2017-06-20
==================

* fix: use `Buffer.from()`
* update: `koa-compose@4`
* added: setters for `request.header=` and `request.headers=`
* added: use node 7+ WHATWG parser for hostname

2.2.0 / 2017-03-14
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "koa",
"version": "2.3.0",
"version": "2.4.0",
"description": "Koa web app framework",
"main": "lib/application.js",
"scripts": {
Expand Down

1 comment on commit 418bb06

@jonathanong
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry :( i think atom had old versions of the file opened when i pressed save and i didn't check

Please sign in to comment.