aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-04-09 13:40:19 -0700
committerDavid Lord <davidism@gmail.com>2020-04-09 13:40:19 -0700
commit7aa82423deafbc948de36ad9129701633cb1cad8 (patch)
treeed819db495b65848b21d6377b71e4789fdff0d58 /CHANGES.rst
parent28bf932213d7e981294d35a8f86250e897103b99 (diff)
downloadmarkupsafe-7aa82423deafbc948de36ad9129701633cb1cad8.tar.gz
update docs config
use sphinx-issues
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 63ecd67..80c0846 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,9 +4,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
@@ -16,15 +14,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