Remove unnecessary changelog lines

This commit is contained in:
WiredSound 2021-01-11 12:09:07 +00:00
parent 7c9e684ded
commit 8b88fb2444
1 changed files with 0 additions and 2 deletions

View File

@ -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.