summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorTheron Luhn <theron@luhn.com>2021-01-15 11:54:49 -0800
committerGitHub <noreply@github.com>2021-01-15 11:54:49 -0800
commit83cac719ea6095f23995465c5f35b0c48fed85e0 (patch)
tree3a1a6527bcd41b32856336c92b38350166cf32be /CHANGES.rst
parentda8b272f2f1cca009b6f326757add225865beefe (diff)
downloadpyramid-83cac719ea6095f23995465c5f35b0c48fed85e0.tar.gz
pyramid-83cac719ea6095f23995465c5f35b0c48fed85e0.tar.bz2
pyramid-83cac719ea6095f23995465c5f35b0c48fed85e0.zip
Fix rst syntax in changelog.
Co-authored-by: Steve Piercy <web@stevepiercy.com>
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 98df4cd67..a8e4d6c61 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Unreleased
==========
-- Break potential reference cycle between `request` and `context`.
+- Break potential reference cycle between ``request`` and ``context``.
See https://github.com/Pylons/pyramid/pull/3649
2.0b0 (2020-12-15)