diff --git a/debian/changelog b/debian/changelog
index 8b894f1fac..fdc0bd3fd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,8 @@ git-annex (5.20131121) UNRELEASED; urgency=low
 
   * Futher improvements to git repair.
   * Avoid misbehavior when addurl is used with quvi 0.9.
-  * webapp: Detect when an upgrade to git-annex is available.
+  * webapp: Detect when upgrades are available, and upgrade if the user
+    desires.
     (Only when git-annex is installed using the prebuilt binaries
     from git-annex upstream, not from eg Debian.)
   * assistant: Detect when the git-annex binary is modified or replaced,
diff --git a/doc/todo/Check_if_an_upgrade_is_available_in_the_webapp.mdwn b/doc/todo/Check_if_an_upgrade_is_available_in_the_webapp.mdwn
index a4370e4925..e102606ca4 100644
--- a/doc/todo/Check_if_an_upgrade_is_available_in_the_webapp.mdwn
+++ b/doc/todo/Check_if_an_upgrade_is_available_in_the_webapp.mdwn
@@ -1,3 +1,5 @@
 Especially on Mac OSX (and Windows, and maybe Android), it would be great to be able to check in the webapp if an upgrade is available. A deeper integration with these OS would be even better: for example on Mac OSX, an icon on the status bar list available upgrades for some programs, including LibreOffice and others which are not installed by default.
 
 Also, it would be great to be able to download and install git-annex upgrades directly from the webapp.
+
+> comprehensively [[done]]; [[design/assistant/upgrading]] --[[Joey]]