Blob Blame History Raw
From 01d536d7c9ddd6e1090d69b5f4445e37d4019d40 Mon Sep 17 00:00:00 2001
From: Justin Mayer <entroP@gmail.com>
Date: Sat, 31 Dec 2016 15:10:46 -0800
Subject: [PATCH] Replace m-dash with semi-colon in changelog

Stop-gap measure to address:
https://github.com/getpelican/pelican/commit/e3ab685a26b3dd2d198319b625d380c4f80afbf7#commitcomment-20333961
---
 docs/changelog.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/changelog.rst b/docs/changelog.rst
index 3186835..1956e47 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -14,7 +14,7 @@ Next release
   ``<updated>`` for modifications
 * Simplify Atom feed ID generation and support URL fragments
 * Produce category feeds with category-specific titles
-* RSS feeds now default to summary instead of full content —
+* RSS feeds now default to summary instead of full content;
   set ``RSS_FEED_SUMMARY_ONLY = False`` to revert to previous behavior
 * Replace ``MD_EXTENSIONS`` with ``MARKDOWN`` setting
 * Replace ``JINJA_EXTENSIONS`` with more-robust ``JINJA_ENVIRONMENT`` setting