Add entry to CHANGELOG.md for version 0.13.0

This commit is contained in:
WiredSound 2021-01-09 21:46:00 +00:00
parent f4aa926092
commit 7c9e684ded
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
# 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.
# 0.12.0
- Add facilities to allow clients to follow HTTP 3XX redirects.