diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whatsnew-1.3.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index e903c336e..3443f15ab 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -158,10 +158,12 @@ Minor Feature Additions media package-internal and served by the development webserver during development. -Backwards Incompatibilites --------------------------- +Backwards Incompatibilities +--------------------------- -N/A +- In previous releases, when a URL could not be decoded from UTF-8 + during traversal, a :exc:`TypeError` was raised. Now the error + which is raised is :exc:`repoze.bfg.exceptions.URLDecodeError`. Deprecations and Behavior Differences ------------------------------------- |
