Update CHANGELOG.md

Change 2.0.0-rc2 => 2.0.0
This commit is contained in:
Martin Algesten
2021-01-03 21:22:40 +01:00
committed by GitHub
parent 6390558415
commit 6da035b669

View File

@@ -1,4 +1,4 @@
# 2.0.0-rc2
# 2.0.0
* Methods that formerly returned Response now return Result<Response, Error>.
You'll need to change all instances of `.call()` to `.call()?` or handle
errors using a `match` statement.