From 3d419bf55dc03ed61327d94f7aa585ddfeee0e3e Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Mon, 9 Sep 2013 10:28:47 +0500 Subject: [PATCH] Update changelog.rst 1. Escape `|tag|` and `|category|` with double ticks otherwise reST converts them to links that are invalid. 2. Updated syntax for relative links use braces instead of bars. --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index bbe0e76c..064c8fd2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,7 +10,7 @@ Next release * Deprecate ``FILES_TO_COPY`` in favor of ``STATIC_PATHS`` and ``EXTRA_PATH_METADATA`` * Add support for ``{}`` in relative links syntax, besides ``||`` -* Add support for |tag| and |category| relative links +* Add support for ``{tag}`` and ``{category}`` relative links 3.2.1 and 3.2.2 ===============