diff --git a/docs/release-2.6.txt b/docs/release-2.6.txt index 07247002c..ca25a467f 100644 --- a/docs/release-2.6.txt +++ b/docs/release-2.6.txt @@ -25,7 +25,7 @@ Backwards-incompatible Changes If your code previously looked like this: - html = markdown.markdown(text, same_mode=True) + html = markdown.markdown(text, safe_mode=True) Then it is recommended that you change your code to read something like this: