From 175a7e6212878b69bf34f391d8ba9f829d9da512 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 11 Feb 2019 12:43:39 +0900 Subject: [PATCH] Update CHANGES for PR #5924 --- CHANGES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index aa12ffe69..fb4fc6a93 100644 --- a/CHANGES +++ b/CHANGES @@ -179,7 +179,10 @@ Features added result links from changing their position when the search terminates. This makes navigating search results easier. * #5196: linkcheck also checks remote images exist - +* #5924: githubpages: create CNAME file for custom domains when + :confval:`html_baseurl` set + + Bugs fixed ----------