summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-11-17 10:57:33 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2021-11-17 10:57:33 -0500
commitf521a8f61592c8e892b4af2c89c02d82039b5e19 (patch)
tree2e1d68f443dbb6b375c6ed20550f9206e7273b89
parentfc6c8395df288d329bf2213f5a4b4f0dc99e2279 (diff)
downloadmako-f521a8f61592c8e892b4af2c89c02d82039b5e19.tar.gz
still trying to fix a markup issue in changelog
can't reproduce locally, so just trying things Change-Id: I43f52a216c8ea4ddca537f5f4f072bf6efec7f52
-rw-r--r--doc/build/changelog.rst1
-rw-r--r--doc/build/unreleased/cstring_io.rst3
-rw-r--r--doc/build/unreleased/disable_unicode.rst2
-rw-r--r--doc/build/unreleased/py2.rst4
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index debc92d..5ea7bf6 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -10,7 +10,6 @@ Changelog
:version: 1.2
:include_notes_from: unreleased
-
1.1
===
diff --git a/doc/build/unreleased/cstring_io.rst b/doc/build/unreleased/cstring_io.rst
index 2653564..255f8fd 100644
--- a/doc/build/unreleased/cstring_io.rst
+++ b/doc/build/unreleased/cstring_io.rst
@@ -1,4 +1,5 @@
.. change::
:tags: py3k
- With the removal of Python 2's ``cStringIO``, Mako now uses its own internal ``FastEncodingBuffer`` exclusively.
+ With the removal of Python 2's ``cStringIO``, Mako now uses its own
+ internal ``FastEncodingBuffer`` exclusively.
diff --git a/doc/build/unreleased/disable_unicode.rst b/doc/build/unreleased/disable_unicode.rst
index a518ba8..e15ca79 100644
--- a/doc/build/unreleased/disable_unicode.rst
+++ b/doc/build/unreleased/disable_unicode.rst
@@ -1,4 +1,4 @@
.. change::
:tags: py3k
- Removed ``disable_unicode`` flag, that's no longer used in Python 3.
+ 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
index ed1b1c9..af1c0b7 100644
--- a/doc/build/unreleased/py2.rst
+++ b/doc/build/unreleased/py2.rst
@@ -1,5 +1,5 @@
.. change::
:tags: py3k
- Removed support for Python 2 and Python 3.6.
- Mako now requires Python >= 3.7.
+ Removed support for Python 2 and Python 3.6. Mako now requires Python >=
+ 3.7.