From 4e5deaeb9cf579ca7e7a49625b0ce076df5734ce Mon Sep 17 00:00:00 2001 From: jongleberry Date: Sat, 25 Feb 2017 00:38:20 -0600 Subject: [PATCH] history++ --- History.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 606707b..ade730c 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,16 @@ -2.0.0 / +2.0.1 / 2017-02-25 +================== + +NOTE: we hit a versioning snafu. `v2.0.0` was previously released, +so `v2.0.1` is released as the first `v2.x` with a `latest` tag. + + * upgrade mocha #900 + * add names to `application`'s request and response handlers #805 + * breaking: remove unused `app.name` #899 + * breaking: drop official support for node < 7.6 + +2.0.0 / ?????????? ================== * Fix malformed content-type header causing exception on charset get (#898)