[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.18
Martijn Pieters
mj@zope.com
Thu, 3 Oct 2002 17:50:39 -0400
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv22050/doc
Modified Files:
Tag: Zope-2_6-branch
CHANGES.txt
Log Message:
Merge tree depth encoding from trunk, and add a changelog message.
=== Zope/doc/CHANGES.txt 1.535.2.17 => 1.535.2.18 ===
--- Zope/doc/CHANGES.txt:1.535.2.17 Thu Oct 3 17:09:14 2002
+++ Zope/doc/CHANGES.txt Thu Oct 3 17:50:38 2002
@@ -38,6 +38,10 @@
- ZTUtils.SimpleTree could not build a tree with a root other than the
ZODB root object. Also, filter functions didn't work.
+
+ - Collector #603: ZTUtils.Tree.encodeExpansion encoded depth with '.'
+ characters, but decodeExpansion could possibly see an encoded node id as
+ an encoded depth when that encoded id started with a '.'.
Features Added