From 23cb9a046ce13b4203b76e77348837610b5c885d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 12 Jul 2018 09:31:00 -0400 Subject: [PATCH] Tweak changes/bug26502 (When the ticket isn't a bugfix, we don't say "fixes bug XYZ". When we do, then the version in "bugfix on XXX" is supposed to be the first version that had the bug.) --- changes/bug26502 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/bug26502 b/changes/bug26502 index b3fabda6b1..16d19095d3 100644 --- a/changes/bug26502 +++ b/changes/bug26502 @@ -1,3 +1,3 @@ o Code simplification and refactoring: - 'updateFallbackDirs.py' now ignores the blacklist file as it's not longer needed - Fixes bug 26502; bugfix on 0.3.5.0-alpha. + Closes ticket 26502.