changeset 836:ec96500c4dc3

ChangeLog updates.
author cmlenz
date Tue, 17 Mar 2009 15:09:16 +0000
parents 155c499496fe
children 44b633a0c6a9
files ChangeLog
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
Copyright (C) 2012-2017 Edgewall Software