From 33c6e68b5e8b014c7ebb7f4dff593eb1b1a392c5 Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 24 Sep 2018 13:00:27 +0200 Subject: [PATCH] update changelog for 0.9.4 --- docs/source/changelog.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index cc16a4e1..50b53679 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -9,11 +9,14 @@ command line for details. ## 0.9 -### [0.9.4] 2018-09-20 +### [0.9.4] 2018-09-24 -JupyterHub 0.9.4 fixes a single issue that required -all running user servers to be restarted when performing an upgrade -from 0.8 to 0.9. +JupyterHub 0.9.4 is a small bugfix release. + +- Fixes an issue that required all running user servers to be restarted + when performing an upgrade from 0.8 to 0.9. +- Fixes content-type for API endpoints back to `application/json`. + It was `text/html` in 0.9.0-0.9.3. ### [0.9.3] 2018-09-12