From de4ea150c07e155be3ea0a85e8483e7ad2982f59 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Thu, 7 Mar 2019 16:44:04 +0100 Subject: [PATCH] Update docs/source/changelog.md Co-Authored-By: minrk --- docs/source/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 094853d8..45a3429e 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -52,6 +52,7 @@ whether it was through discussion, testing, documentation, or development. - SimpleSpawner and DummyAuthenticator, which are useful for testing, have been merged into JupyterHub itself: ```python + # For testing purposes only. Should not be used in production. c.JupyterHub.authenticator_class = 'dummy' c.JupyterHub.spawner_class = 'simple' ```