Update docs/source/changelog.md

Co-Authored-By: minrk <benjaminrk@gmail.com>
This commit is contained in:
Carol Willing
2019-03-07 16:44:04 +01:00
committed by GitHub
parent 0fdb0df176
commit de4ea150c0

View File

@@ -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'
```