Update docs/source/changelog.md

Co-Authored-By: minrk <benjaminrk@gmail.com>
This commit is contained in:
Carol Willing
2019-03-07 16:43:23 +01:00
committed by GitHub
parent 79a06fd9ac
commit b3bd236e15

View File

@@ -63,7 +63,7 @@ whether it was through discussion, testing, documentation, or development.
To prepare for the addition of [alternate proxy implementations](https://github.com/jupyterhub/traefik-proxy),
responsibility for tracking activity is taken away from the proxy
and moved to the notebook server (which already has activity tracking features).
Activity is pushed to the Hub from user servers instead of polled from the
Activity is now tracked by pushing it to the Hub from user servers instead of polling the
proxy API.
- Dynamic `options_form` callables may now return an empty string
which will result in no options form being rendered.