]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Link to changelog
authorTom Christie <tom@tomchristie.com>
Thu, 9 Jan 2020 09:22:54 +0000 (09:22 +0000)
committerTom Christie <tom@tomchristie.com>
Thu, 9 Jan 2020 09:22:54 +0000 (09:22 +0000)
README.md
docs/index.md

index aba5318adba6fd185c61c66d1ea414a5c2ebc67d..312f80e5a3d32ec65b3886ba317606f2f1efc3ad 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,8 +20,7 @@ HTTPX is a fully featured HTTP client for Python 3, which provides sync and asyn
 
 **Note**: _HTTPX should be considered in beta. We believe we've got the public API to
 a stable point now, but would strongly recommend pinning your dependencies to the `0.11.*`
-release, so that you're able to properly review API changes between package updates.
-A 1.0 release is expected to be issued sometime on or before April 2020._
+release, so that you're able to properly review [API changes between package updates](https://github.com/encode/httpx/blob/master/CHANGELOG.md). A 1.0 release is expected to be issued sometime on or before April 2020._
 
 ---
 
index 4240f06cd092d35b118276d87236d599bfb3696e..e3d6e2a502fccc6c69906e35c7084a590a5e4a18 100644 (file)
@@ -30,7 +30,7 @@ HTTPX is a fully featured HTTP client for Python 3, which provides sync and asyn
 !!! note
     HTTPX should currently be considered in beta.
 
-    We believe we've got the public API to a stable point now, but would strongly recommend pinning your dependencies to the `0.11.*` release, so that you're able to properly review API changes between package updates.
+    We believe we've got the public API to a stable point now, but would strongly recommend pinning your dependencies to the `0.11.*` release, so that you're able to properly review [API changes between package updates](https://github.com/encode/httpx/blob/master/CHANGELOG.md).
 
     A 1.0 release is expected to be issued sometime on or before April 2020.