2.4.0 – added missing 2.3.0 changelog
This commit is contained in:
parent
c68a6966c2
commit
418bb066af
2 changed files with 10 additions and 2 deletions
10
History.md
10
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
|
||||
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa",
|
||||
"version": "2.3.0",
|
||||
"version": "2.4.0",
|
||||
"description": "Koa web app framework",
|
||||
"main": "lib/application.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue