From 31b4f2e3831d6ca1f8d6580ae65492fb40e3da87 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 11 Jul 2016 21:15:03 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index a0098b8f9..e2efcfe05 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -36,6 +36,8 @@ Changed - `:edit-url` now does nothing if the URL isn't changed in the spawned editor. - `:bookmark-add` can now be passed a URL and title to add that as a bookmark rather than the current page. +- New `taskadd` userscript to add a taskwarrior task annotated with the + current URL. Removed -------