From e6e0ea3f041e0273cdac86da663a4a273e1beebb Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 26 Jan 2009 17:17:22 +0000 Subject: - Added a ``traversal_path`` API to the traversal module; see the "traversal" API chapter in the docs. This was a function previously known as ``split_path`` that was not an API but people were using it anyway. Unlike ``split_path`` it now returns a tuple instead of a list (as its values are cached). --- CHANGES.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 2f996a932..784e57b81 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,7 +9,13 @@ Features invoked due to lack of permission. See the "ZCML Hooks" chapter in the docs for more information. -- Added Routes ZCML directive attribute explanations. +- Added Routes ZCML directive attribute explanations in documentation. + +- Added a ``traversal_path`` API to the traversal module; see the + "traversal" API chapter in the docs. This was a function previously + known as ``split_path`` that was not an API but people were using it + anyway. Unlike ``split_path`` it now returns a tuple instead of a + list (as its values are cached). Behavior Changes ---------------- @@ -66,6 +72,9 @@ Implementation Changes - Use a homegrown Unauthorized error instead of ``webob.exc.Unauthorized`` (the latter is slow). +- the ``repoze.bfg.lru.lru_cached`` decorator now uses functools.wraps + in order to make documentation of LRU-cached functions possible. + - Various speed micro-tweaks. Bug Fixes -- cgit v1.2.3