# HG changeset patch # User Marcin Kasperski # Date 2015-11-21 13:02:19 # Node ID b1e55788b9ca0efd3bf82145a8071ad4600db665 # Parent b765c5988e0d6354d91819d72aa1057626fe4a24 Updated history diff --git a/HISTORY.txt b/HISTORY.txt --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,14 @@ +1.0.1 +~~~~~~~~~~~~~~~~~~ + +URLs containing usernames (https://John@some.service/somewhat) were +not working unless username was also configured separately (username +presence in url was not detected properly). + +Liberated prefix matching, path https://John@some.service/somewhat can +be matched both against prefix https://some.service and against +https://John@some.service. + 1.0.0 ~~~~~~~~~~~~~~~~~~