diff --git a/CHANGELOG.md b/CHANGELOG.md index 156e56c..07b2158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `about:` URLs can be typed into the bottom bar (#167) - Bookmarks modal closes on ESC like the others (#173) - Handle empty META string (#176) +- Whitespace around the URL entered in the bottom bar is stripped (#184) ## [1.7.2] - 2020-12-21 diff --git a/THANKS.md b/THANKS.md index 0cb9ee2..7eeeb8b 100644 --- a/THANKS.md +++ b/THANKS.md @@ -16,3 +16,4 @@ Thank you to the following contributors, who have helped make Amfora great. FOSS - Jeff (@phaedrus-jaf) - Stephen Robinson (@sudobash1) - Peter Steinberg (@objectliteral) +- Thomas Adam (@ThomasAdam)