Browse Source

Finish C tokenizer refactoring (fixes #37)

tags/v0.4.1
Ben Kurtovic 8 years ago
parent
commit
6503b5682f
2 changed files with 11 additions and 2 deletions
  1. +4
    -1
      CHANGELOG
  2. +7
    -1
      docs/changelog.rst

+ 4
- 1
CHANGELOG View File

@@ -11,7 +11,10 @@ v0.4.1 (unreleased):
- Fixed parser bugs involving:
- templates with completely blank names;
- templates with newlines and comments.
- Heavy refactoring and fixes to the C tokenizer.
- Heavy refactoring and fixes to the C tokenizer, including:
- corrected a design flaw in text handling, allowing for substantial speed
improvements when parsing long strings of plain text;
- implemented new Python 3.3 PEP 393 Unicode APIs.
- Fixed some bugs in the release scripts.

v0.4 (released May 23, 2015):


+ 7
- 1
docs/changelog.rst View File

@@ -20,7 +20,13 @@ Unreleased
- templates with completely blank names;
- templates with newlines and comments.

- Heavy refactoring and fixes to the C tokenizer.
- Heavy refactoring and fixes to the C tokenizer, including:

- corrected a design flaw in text handling, allowing for substantial speed
improvements when parsing long strings of plain text;
- implemented new Python 3.3
`PEP 393 <https://www.python.org/dev/peps/pep-0393/>`_ Unicode APIs.

- Fixed some bugs in the release scripts.

v0.4


Loading…
Cancel
Save