From 76fbb36cd65b7361218d2855b1555a1780566146 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 14 Jul 2010 13:31:19 +0000 Subject: Describe bw incompatibilities --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index b9de1f891..0eecc49d4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -22,6 +22,13 @@ Bug Fixes 1.3a4, view names that contained a slash were supported as route prefixes. 1.3a4 broke this by trying to treat them as full URLs. +Backwards Incompatibilities +---------------------------- + +- in previous releases, when a URL could not be decoded from UTF-8 + during traversal, a ``TypeError`` was raised. Now the error which + is raised is a ``repoze.bfg.exceptions.URLDecodeError``. + 1.3a4 (2010-07-03) ================== -- cgit v1.2.3