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 ~~~~~~~~~~~~~~~~~~