From c6b4281b6ad814cd7107c2b97bc11d65b3894dd8 Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Mon, 9 Sep 2013 00:43:28 +0500 Subject: [PATCH] Add updated syntax of relative links in changes.rst --- docs/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 27938d4d..064c8fd2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,7 +9,8 @@ Next release longer article-specific * Deprecate ``FILES_TO_COPY`` in favor of ``STATIC_PATHS`` and ``EXTRA_PATH_METADATA`` -* Add support for |tag| and |category| relative links. +* Add support for ``{}`` in relative links syntax, besides ``||`` +* Add support for ``{tag}`` and ``{category}`` relative links 3.2.1 and 3.2.2 ===============