From 2941833f2227431ea1934da1e1bfb65d57bcf179 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 11 Mar 2018 21:31:56 -0400 Subject: [PATCH] Changelog for #2837 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2ae9ef0741..b55ec4904d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -79,6 +79,9 @@ Fixes: exception if non latin-1 characters where in the File name. It now checks if non latin-1 characters are in the filename and changes them to ascii-characters in that case :bug:`2815` +* Partially fix bash completion for subcommand names that contain hyphens. + :bug:`2836` :bug:`2837` + Thanks to :user:`jhermann`. For developers: