summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-01-23 16:22:39 +0000
committerChris McDonough <chrism@agendaless.com>2009-01-23 16:22:39 +0000
commit56d110d76fba7294087a2c2aa065f8d21064f956 (patch)
tree305d5ffc7cd38603b3b4eeefb991bbb3a904a3a6 /CHANGES.txt
parent1b4e9b5d5e6ee1199b998c49e322ca0c4e540ac6 (diff)
downloadpyramid-56d110d76fba7294087a2c2aa065f8d21064f956.tar.gz
pyramid-56d110d76fba7294087a2c2aa065f8d21064f956.tar.bz2
pyramid-56d110d76fba7294087a2c2aa065f8d21064f956.zip
Prep for 0.6.4.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt14
1 files changed, 7 insertions, 7 deletions
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.