summaryrefslogtreecommitdiff
path: root/doc/build/unreleased
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/unreleased')
-rw-r--r--doc/build/unreleased/disable_unicode.rst4
-rw-r--r--doc/build/unreleased/py2.rst4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/unreleased/disable_unicode.rst b/doc/build/unreleased/disable_unicode.rst
new file mode 100644
index 0000000..e15ca79
--- /dev/null
+++ b/doc/build/unreleased/disable_unicode.rst
@@ -0,0 +1,4 @@
+.. change::
+ :tags: py3k
+
+ Removed ``disable_unicode`` flag, that's no longer used in Python 3.
diff --git a/doc/build/unreleased/py2.rst b/doc/build/unreleased/py2.rst
new file mode 100644
index 0000000..c3e7f8d
--- /dev/null
+++ b/doc/build/unreleased/py2.rst
@@ -0,0 +1,4 @@
+.. change::
+ :tags: py3k
+
+ Remove support for Python 2. Mako now requires Python >= 3.6