From b3bd236e152da2d05f75f1aa957ffd92418cb709 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Thu, 7 Mar 2019 16:43:23 +0100 Subject: [PATCH] Update docs/source/changelog.md Co-Authored-By: minrk --- docs/source/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 0290bdc1..64209a47 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -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.