summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bourke <michael@iter8ve.com>2021-12-16 16:59:26 +1100
committerMichael Bourke <michael@iter8ve.com>2021-12-16 16:59:26 +1100
commit4896546eb4e9248c4f3bb4827d67562227c8762f (patch)
treebee3c01215d6ca023a061d2f89c77ae9df7cc63e
parent8ce4f91d7b539f322371de0bf7802a14f62d151c (diff)
downloadmako-4896546eb4e9248c4f3bb4827d67562227c8762f.tar.gz
Fix changelog tags
Change-Id: I64c34efbfed69c3cc952218c3f27928a958ca859
-rw-r--r--doc/build/unreleased/bytestring_passthrough.rst2
-rw-r--r--doc/build/unreleased/cstring_io.rst2
-rw-r--r--doc/build/unreleased/disable_unicode.rst2
-rw-r--r--doc/build/unreleased/pgk_resources.rst2
-rw-r--r--doc/build/unreleased/py2.rst2
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/build/unreleased/bytestring_passthrough.rst b/doc/build/unreleased/bytestring_passthrough.rst
index e2c8849..d9e916e 100644
--- a/doc/build/unreleased/bytestring_passthrough.rst
+++ b/doc/build/unreleased/bytestring_passthrough.rst
@@ -1,5 +1,5 @@
.. change::
- :tags: py3k
+ :tags: changed, py3k
The ``bytestring_passthrough`` template argument is removed, as this
flag only applied to Python 2.
diff --git a/doc/build/unreleased/cstring_io.rst b/doc/build/unreleased/cstring_io.rst
index 255f8fd..b209523 100644
--- a/doc/build/unreleased/cstring_io.rst
+++ b/doc/build/unreleased/cstring_io.rst
@@ -1,5 +1,5 @@
.. change::
- :tags: py3k
+ :tags: changed, py3k
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 e15ca79..87dead9 100644
--- a/doc/build/unreleased/disable_unicode.rst
+++ b/doc/build/unreleased/disable_unicode.rst
@@ -1,4 +1,4 @@
.. change::
- :tags: py3k
+ :tags: changed, py3k
Removed ``disable_unicode`` flag, that's no longer used in Python 3.
diff --git a/doc/build/unreleased/pgk_resources.rst b/doc/build/unreleased/pgk_resources.rst
index 27c74d6..21785ac 100644
--- a/doc/build/unreleased/pgk_resources.rst
+++ b/doc/build/unreleased/pgk_resources.rst
@@ -1,5 +1,5 @@
.. change::
- :tags: setup
+ :tags: changed, setup
Replaced the use of ``pkg_resources`` with the ``importlib`` library.
For Python < 3.8 the library ``importlib_metadata`` is used.
diff --git a/doc/build/unreleased/py2.rst b/doc/build/unreleased/py2.rst
index af1c0b7..d476f29 100644
--- a/doc/build/unreleased/py2.rst
+++ b/doc/build/unreleased/py2.rst
@@ -1,5 +1,5 @@
.. change::
- :tags: py3k
+ :tags: changed, py3k
Removed support for Python 2 and Python 3.6. Mako now requires Python >=
3.7.