diff options
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 01b330b1d..5142c3380 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,8 +13,8 @@ Documentation Bug Fixes --------- -- URL Dispatch properly handles a '.*' or '*' appearing in a regex match - when used inside brackets. Resolve Issue #90. +- URL dispatch now properly handles a ``.*`` or ``*`` appearing in a regex + match when used inside brackets. Resolves issue #90. Backwards Incompatibilities --------------------------- |
