Skip to content

Commit f521a8f

Browse files
committed
still trying to fix a markup issue in changelog
can't reproduce locally, so just trying things Change-Id: I43f52a216c8ea4ddca537f5f4f072bf6efec7f52
1 parent fc6c839 commit f521a8f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/build/changelog.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Changelog
1010
:version: 1.2
1111
:include_notes_from: unreleased
1212

13-
1413
1.1
1514
===
1615

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. change::
22
:tags: py3k
33

4-
With the removal of Python 2's ``cStringIO``, Mako now uses its own internal ``FastEncodingBuffer`` exclusively.
4+
With the removal of Python 2's ``cStringIO``, Mako now uses its own
5+
internal ``FastEncodingBuffer`` exclusively.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.. change::
22
:tags: py3k
33

4-
Removed ``disable_unicode`` flag, that's no longer used in Python 3.
4+
Removed ``disable_unicode`` flag, that's no longer used in Python 3.

doc/build/unreleased/py2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. change::
22
:tags: py3k
33

4-
Removed support for Python 2 and Python 3.6.
5-
Mako now requires Python >= 3.7.
4+
Removed support for Python 2 and Python 3.6. Mako now requires Python >=
5+
3.7.

0 commit comments

Comments
 (0)