瀏覽代碼

docs/changelog: Add missing issue number to changelog entry

Jan Holthuis 4 年之前
父節點
當前提交
81b3149686
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/changelog.rst

+ 2 - 1
docs/changelog.rst

@@ -14,7 +14,7 @@ Version 0.2.4 (unreleased)
 * Fix file existence check not working on Windows. (`#18 <issue18_>`_, `#19 <issue19_>`_)
 * Fix bug in the sphinx extension which tried to load the `conf.py` from the source directory instead of the conf directory. This could lead to problems when the two directories differ. (`#11 <issue11_>`_, `#13 <issue13_>`_)
 * Fix wrong import in :file:`__main__.py` that prevented invocation using ``python -m sphinx_multiversion``. (`#23 <issue23_>`_)
-* Fix failure to find refs if ``sphinx-multiversion`` was not invoked from the root of the git repository. (`#24 <issue24_>`_, `#25 <issue25_>`_)
+* Fix failure to find refs if ``sphinx-multiversion`` was not invoked from the root of the git repository. (`#24 <issue24_>`_, `#25 <issue25_>`_, `#26 <issue26_>`_)
 
 
 Version 0.2.3
@@ -69,3 +69,4 @@ Version 0.1.0
 .. _issue23: https://github.com/Holzhaus/sphinx-multiversion/issues/23
 .. _issue24: https://github.com/Holzhaus/sphinx-multiversion/issues/24
 .. _issue25: https://github.com/Holzhaus/sphinx-multiversion/issues/25
+.. _issue26: https://github.com/Holzhaus/sphinx-multiversion/issues/26