From fa6e4aa449ef4941a7cbc114fc19e41572e45622 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Fri, 30 Sep 2016 09:02:58 -0700 Subject: [PATCH] Add pr 789 deprecate --no-ssl --- docs/source/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 3390f72f..16875af9 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -31,6 +31,8 @@ command line for details. ### Removed +- Deprecate `--no-ssl` command line option. It has no meaning and warns if + used. [\#789](https://github.com/jupyterhub/jupyterhub/pull/789) - Deprecate `%U` username substitution in favor of `{username}`. [\#748](https://github.com/jupyterhub/jupyterhub/pull/748) - Removed deprecated SwarmSpawner link. [\#699](https://github.com/jupyterhub/jupyterhub/pull/699)