From 79a06fd9ac1f24a2a3e35d89dd47047f44fb889d Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Thu, 7 Mar 2019 16:43:13 +0100 Subject: [PATCH] Update docs/source/changelog.md Co-Authored-By: minrk --- docs/source/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 84683441..0290bdc1 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -21,7 +21,7 @@ whether it was through discussion, testing, documentation, or development. Spawners must implement `.move_certs` method to make certificates available to the notebook server if it is not local to the Hub. - There is now full UI support for managing named servers (TODO: screenshot). - With named servers, each jupyterhub user may have more than one named server. + With named servers, each jupyterhub user may have access to more than one named server. For example, a professor may access a server named `research` and another named `teaching`. - Authenticators can now expire and refresh authentication data by implementing `Authenticator.refresh_user(user)`. This allows things like OAuth data and access tokens to be refreshed.