From b48235f496182134c2ed0fbe8a6ad4c978ca4d69 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 17 Apr 2020 11:14:54 +0200 Subject: [PATCH] Update change log --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd27f7c..757acd5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Breaking changes: representation * Note that hashes are generally only guaranteed consistent in the lifetime of the program though, so do not persist them! - * Methods returning `url::Host` have been removed or updated to return string slices + * The `hostname` methods have been updated to return string slices instead of `&url::Host` Improvements: