From ca6c042b96c4b49d0ee0c008244a188f493c26d4 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 24 Mar 2017 16:57:17 -0700 Subject: [PATCH] add changelog link to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2bab91..10fc2f2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ An ergonomic HTTP Client for Rust. Built on top of [hyper](http://hyper.rs), with a batteries-included mindset. - [Documentation](https://docs.rs/reqwest) +- [ChangeLog](https://github.com/seanmonstar/reqwest/releases) ## Requirements