From cf56dbb97b5202f6d2c619627837072ee794e2e8 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 9 Apr 2019 10:36:33 +0200 Subject: [PATCH] latest changes in changelog --- docs/source/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 3a4e0d9e..69848748 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -94,6 +94,8 @@ whether it was through discussion, testing, documentation, or development. - `Spawner.options_from_form` may now be async - Added `JupyterHub.shutdown_on_logout` option to trigger shutdown of a user's servers when they log out. +- When `Spawner.start` raises an Exception, + a message can be passed on to the user if the exception has a `.jupyterhub_message` attribute. #### Changes @@ -131,6 +133,7 @@ whether it was through discussion, testing, documentation, or development. - Fewer redirects following a visit to the default `/` url - Error when progress is requested before progress is ready - Error when API requests are made to a not-running server without authentication +- Avoid logging database password on connect if password is specified in `JupyterHub.db_url`. #### Development changes