From 56d110d76fba7294087a2c2aa065f8d21064f956 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 23 Jan 2009 16:22:39 +0000 Subject: Prep for 0.6.4. --- CHANGES.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 5c6a4efc2..8e31f9e99 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +0.6.4 (2009-01-23) +================== Backwards Incompatibilities --------------------------- @@ -10,17 +10,17 @@ Backwards Incompatibilities ``__getitem__`` methods as unicode. "True" has been the default for this setting since 0.5.4, but changing this configuration setting to false allowed you to go back to passing raw path element strings to - model ``__getitem__`` methods. This services a speed goal (we get - about +80 req/s by removing the check), and it's clearer just to - always expect unicode path segments in model ``__getitem__`` - methods. + model ``__getitem__`` methods. Removal of this knob services a + speed goal (we get about +80 req/s by removing the check), and it's + clearer just to always expect unicode path segments in model + ``__getitem__`` methods. Implementation Changes ---------------------- - ``repoze.bfg.traversal.split_path`` now also handles decoding path segments to unicode (for speed, because its results are - LRU cached). + cached). - ``repoze.bfg.traversal.step`` was made a method of the ModelGraphTraverser. -- cgit v1.2.3