From 418bb066af4a79d52de7df913ca982607958dc5f Mon Sep 17 00:00:00 2001 From: jongleberry Date: Mon, 6 Nov 2017 14:16:32 +0000 Subject: [PATCH] =?UTF-8?q?2.4.0=20=E2=80=93=20added=20missing=202.3.0=20c?= =?UTF-8?q?hangelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- History.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 0792bb1..50a7e0f 100644 --- a/History.md +++ b/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 ================== diff --git a/package.json b/package.json index 69fb8dc..83bded0 100644 --- a/package.json +++ b/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": {