From eaba2040d1d2700bd99b2fc09ff962dce127795a Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Wed, 19 Feb 2014 20:55:29 -0800 Subject: [PATCH] Release 0.5.0 --- History.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/History.md b/History.md index d554e8a..174db2e 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,15 @@ +0.5.0 / 2014-02-19 +================== + + * add context.charset + * add context.charset= + * add request.charset + * add response.charset + * add response.charset= + * fix response.body= html content sniffing + * change ctx.length and ctx.type to always delegate to response object [breaking change] + 0.4.0 / 2014-02-11 ==================