Przeglądaj źródła

Update changelog to mention support for Python 2.6.

tags/v0.3.3
Marcio Faustino 10 lat temu
rodzic
commit
cc02671206
2 zmienionych plików z 2 dodań i 0 usunięć
  1. +1
    -0
      CHANGELOG
  2. +1
    -0
      docs/changelog.rst

+ 1
- 0
CHANGELOG Wyświetl plik

@@ -1,5 +1,6 @@
v0.4 (unreleased): v0.4 (unreleased):


- Added support for Python 2.6.
- Template.has() is now passed 'ignore_empty=False' by default instead of True. - Template.has() is now passed 'ignore_empty=False' by default instead of True.
This fixes a bug when adding parameters to templates with empty fields, and This fixes a bug when adding parameters to templates with empty fields, and
is a breaking change if you rely on the default behavior. is a breaking change if you rely on the default behavior.


+ 1
- 0
docs/changelog.rst Wyświetl plik

@@ -7,6 +7,7 @@ v0.4
Unreleased Unreleased
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.3.2...develop>`__): (`changes <https://github.com/earwig/mwparserfromhell/compare/v0.3.2...develop>`__):


- Added support for Python 2.6.
- :py:meth:`.Template.has` is now passed *ignore_empty=False* by default - :py:meth:`.Template.has` is now passed *ignore_empty=False* by default
instead of *True*. This fixes a bug when adding parameters to templates with instead of *True*. This fixes a bug when adding parameters to templates with
empty fields, **and is a breaking change if you rely on the default empty fields, **and is a breaking change if you rely on the default


Ładowanie…
Anuluj
Zapisz