fix: Uri builder builds relative path into valid URI

This commit is contained in:
Austin Noska
2021-09-18 16:12:42 -04:00
parent ae53812a98
commit df42a6674f
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Fixed an issue in IcdUriBuilder where relative pathes were not being built into a valid URI.
## [15.2.0] - 2021-08-18
### Added