Skip to content

Commit

Permalink
Finish C tokenizer refactoring (fixes #37)
Browse files Browse the repository at this point in the history
  • Loading branch information
earwig committed Jul 28, 2015
1 parent 8e7a600 commit 6503b56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Expand Up @@ -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):
Expand Down
8 changes: 7 additions & 1 deletion docs/changelog.rst
Expand Up @@ -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
Expand Down

0 comments on commit 6503b56

Please sign in to comment.