From e73dcac1a9f3444b2d9a7d28577c52e46f38945a Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 31 Jan 2024 07:42:38 +0000 Subject: [PATCH] Fix Markdown syntax in TODO.md. Bullet points don't work unless you separate them from the preceding paragraph with a blank line. --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 2230e45..96675a3 100644 --- a/TODO.md +++ b/TODO.md @@ -20,6 +20,7 @@ history should be shared with what. ## Error handling improvements Error Log entries could usefully include various extra detail: + * `ClientError` should distinguish HTTP methods, so that the inappropriate text 'fetching URL' isn't used in the case where you were trying to _do_ something, like post a toot. -- 2.30.2