From 773aed66223b36cdf5fdd0be6268c7eec15d162a Mon Sep 17 00:00:00 2001 From: jongleberry Date: Thu, 22 Oct 2015 16:40:55 -0700 Subject: [PATCH] history: add 1.1.1 --- History.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/History.md b/History.md index 5b2567a..9e6e0b5 100644 --- a/History.md +++ b/History.md @@ -4,6 +4,11 @@ * drop node < 4 support and rewrite the codebase in ES6 * change the middleware signature to `async (ctx, next) => await next()` +1.1.1 / 2015-10-22 +================== + + * do not send a content-type when the type is unknown #536 + 1.1.0 / 2015-10-11 ==================