From b985f8384d2ae5632bc13930d10afea89bfac9fd Mon Sep 17 00:00:00 2001 From: Min RK Date: Sat, 12 Nov 2016 12:49:34 -0800 Subject: [PATCH] Add a few more things in the changelog --- docs/source/changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index e0ab6d00..c4f3180f 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -16,17 +16,22 @@ command line for details. - Add logging of error if adding users already in database. [\#689](https://github.com/jupyterhub/jupyterhub/pull/689) - Add HubAuth class for authenticating with JupyterHub. This class can be used by any application, even outside tornado. +- Add user groups. +- Add `/hub/user-redirect/...` URL for redirecting users to a file on their own server. + ### Changed - Always install with setuptools but not eggs (effectively require `pip install .`) [\#722](https://github.com/jupyterhub/jupyterhub/pull/722) - Updated formatting of changelog. [\#711](https://github.com/jupyterhub/jupyterhub/pull/711) +- Single-user server is provided by JupyterHub package, so single-user servers depend on JupyterHub now. ### Fixed - Fix docker repository location [\#719](https://github.com/jupyterhub/jupyterhub/pull/719) - Fix swagger spec conformance and timestamp type in API spec +- Various redirect-loop-causing bugs have been fixed. ### Removed