From 8b88fb2444851d30d10af3b23f637d9b74af59c5 Mon Sep 17 00:00:00 2001 From: WiredSound Date: Mon, 11 Jan 2021 12:09:07 +0000 Subject: [PATCH] Remove unnecessary changelog lines --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb2516..8939190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ # 0.13.0 -- Add `thiserror` to dependencies. -- Modify `Error` to be implemented using the `thiserror::Error` derive macro. - Add `CapacityError`, `UrlError`, and `ProtocolError` types to represent the different types of capacity, URL, and protocol errors respectively. - Modify variants `Error::Capacity`, `Error::Url`, and `Error::Protocol` to hold the above errors types instead of string error messages.