# HG changeset patch # User cmlenz # Date 1237302556 0 # Node ID ec96500c4dc3195b9859dea8b75bbd9140dddc8e # Parent 155c499496fe54e50a9c46f79914d1bbcc1b1400 ChangeLog updates. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,15 @@ (???, from branches/stable/0.6.x) * Support for Python 2.3 has been dropped. - * Added caching in the serilization stage for improved performance. + * Rewrite of the XPath evaluation engine for better performance and improved + correctness. This is the result of integrating work done by Marcin Kurczych + during GSoC 2008. + * Updated the Python AST processing for template code evaluation to use the + `_ast` module instead of the deprecated `compiler` package, including an + adapter layer for Python 2.4, and some workarounds to enable compatibility + with Google App Engine. This, too, is the result of integrating work done + by Marcin Kurczych during GSoC 2008. + * Added caching in the serialization stage for improved performance. Version 0.5.2