From d3c73eb525cec1c3c35d475539d337f3b945227e Mon Sep 17 00:00:00 2001
From: Peter Mosses <18308236+pdmosses@users.noreply.github.com>
Date: Mon, 8 Aug 2022 02:08:39 +0200
Subject: [PATCH] Add omitted inclusion of #544 to changelog (#913)

See commit https://github.com/just-the-docs/just-the-docs/pull/578/commits/1fd4e4663d55f8686b06c1bf59e0a5a5bf08bae3
---
 CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a93fb0af..bee55266 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,7 +22,8 @@ Major work in progress. Please see [PR #892](https://github.com/just-the-docs/ju
   - Fixed: TOC/breadcrumbs for multiple collections in https://github.com/just-the-docs/just-the-docs/pull/494
   - Added: collection configuration option `nav_fold` (no PR)
   - Fixed: indentation and color for folded collection navigation (no PR)
-  - Fixed: scroll navigation to show the link to the current page https://github.com/just-the-docs/just-the-docs/pull/639
+  - Fixed: scroll navigation to show the link to the current page in https://github.com/just-the-docs/just-the-docs/pull/639
+  - Fixed: Replace all uses of `absolute_url` by `relative_url`, by @svrooij in https://github.com/just-the-docs/just-the-docs/pull/544
 * Added: custom favicon `_includes` by @burner1024 in https://github.com/just-the-docs/just-the-docs/pull/364
 * Added: set color for search input by @pdmosses in https://github.com/just-the-docs/just-the-docs/pull/498
 * Added: search placeholder configuration by @mattxwang in https://github.com/just-the-docs/just-the-docs/pull/613
-- 
GitLab