summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-04-09 13:40:52 -0700
committerDavid Lord <davidism@gmail.com>2020-04-09 13:40:52 -0700
commitd1ba8be61622606de69aec57b0899ede1bc6fc9d (patch)
tree1dfcb79727288dfe23518ebf12117a997fd39d1f /CHANGES.rst
parent271e92c77fcae393c2839927b470075514821e7a (diff)
parent7aa82423deafbc948de36ad9129701633cb1cad8 (diff)
downloadmarkupsafe-d1ba8be61622606de69aec57b0899ede1bc6fc9d.tar.gz
Merge branch '1.1.x'
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst14
1 files changed, 4 insertions, 10 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a846912..39c7227 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -12,9 +12,7 @@ Version 1.1.1
Released 2019-02-23
- Fix segfault when ``__html__`` method raises an exception when using
- the C speedups. The exception is now propagated correctly. (`#109`_)
-
-.. _#109: https://github.com/pallets/markupsafe/pull/109
+ the C speedups. The exception is now propagated correctly. :pr:`109`
Version 1.1.0
@@ -24,15 +22,11 @@ Released 2018-11-05
- Drop support for Python 2.6 and 3.3.
- Build wheels for Linux, Mac, and Windows, allowing systems without
- a compiler to take advantage of the C extension speedups. (`#104`_)
+ a compiler to take advantage of the C extension speedups. :pr:`104`
- Use newer CPython API on Python 3, resulting in a 1.5x speedup.
- (`#64`_)
+ :pr`64`
- ``escape`` wraps ``__html__`` result in ``Markup``, consistent with
- documented behavior. (`#69`_)
-
-.. _#64: https://github.com/pallets/markupsafe/pull/64
-.. _#69: https://github.com/pallets/markupsafe/pull/69
-.. _#104: https://github.com/pallets/markupsafe/pull/104
+ documented behavior. :pr:`69`
Version 1.0