From 20934423bbac0084aa3dbe4d766eddf2cbc3f30d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 24 Sep 2009 02:18:27 +0000 Subject: --- CHANGES.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 95ca8e3e2..749c5c081 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Next release ============ +Documentation +------------- + +- Added a diagram of model graph traversal to the "Traversal" + narrative chapter of the documentation. + Features -------- @@ -32,8 +38,8 @@ Backwards Incompatibilities ``urllib.urlencode`` function named ``repoze.bfg.url.urlencode`` which delegated to the stdlib function, but which marshalled all unicode values to utf-8 strings before calling the stdlib version. - A newer replacement now lives in ``repoze.bfg.encode`` (old imports - will still work). The replacement does not delegate to the stdlib. + A newer replacement now lives in ``repoze.bfg.encode`` The + replacement does not delegate to the stdlib. The replacement diverges from the stdlib implementation and the previous ``repoze.bfg.url`` url implementation inasmuch as its -- cgit v1.2.3