summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-02-20 07:17:14 -0800
committerDavid Lord <davidism@gmail.com>2019-02-20 07:17:42 -0800
commitd1b3c5adb38bdd27dd575f78f512100d09d499f4 (patch)
tree158581a5632fc6838148a254af13775217c4b9ae
parenteb9c1d434ba7a904410b954426800fc963986d56 (diff)
downloadmarkupsafe-d1b3c5adb38bdd27dd575f78f512100d09d499f4.tar.gz
add changelog for GH-109
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 7666966..ee9b974 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,14 @@
+Version 1.1.1
+-------------
+
+Unreleased
+
+- 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
+
+
Version 1.1.0
-------------