From 2bb906ad7fdd915924fad23e2256c57d97ce9f34 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 16 Nov 2015 10:45:33 -0800 Subject: [PATCH] v0.6.16 --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57fd3b762d..5e92c8cb15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +### v0.6.16 (2015-11-16) + + +#### Bug Fixes + +* **response:** respond with a 500 if a handler panics ([63c6762c](https://github.com/hyperium/hyper/commit/63c6762c15ec790f54391a71794315599ae0ced8)) + + +#### Features + +* **headers:** Add Access-Control-Expose-Headers ([f783e991](https://github.com/hyperium/hyper/commit/f783e9913b988f3d5c28707e2291145999756dbe)) +* **server:** Add hooks for HttpListener and HttpsListener to be started from existing listene ([fa0848d4](https://github.com/hyperium/hyper/commit/fa0848d4216aa81e7b7619b7ce0a650356ee7ab7)) + + +#### Breaking Changes + +* `RequestBuilder` should be replaced by `RequestBuilder`. + + ([ff4a6070](https://github.com/hyperium/hyper/commit/ff4a6070573955d1623d51a3d5302a17eed8f8d6)) + + ### v0.6.15 (2015-10-09) diff --git a/Cargo.toml b/Cargo.toml index 836577c75e..650f5313fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.6.15" +version = "0.6.16" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"