Remove note about 2.0.0 being recent (#584)

This commit is contained in:
Jacob Hoffman-Andrews
2023-01-17 16:17:11 -08:00
committed by GitHub
parent 498e19943f
commit 34b239b388

View File

@@ -40,10 +40,10 @@
//! the API simple and keeps dependencies to a minimum. For TLS, ureq uses //! the API simple and keeps dependencies to a minimum. For TLS, ureq uses
//! [rustls or native-tls](#https--tls--ssl). //! [rustls or native-tls](#https--tls--ssl).
//! //!
//! Version 2.0.0 was released recently and changed some APIs. See the [changelog] for details. //! See the [changelog] for details of recent releases.
//! //!
//! [blocking]: #blocking-io-for-simplicity //! [blocking]: #blocking-io-for-simplicity
//! [changelog]: https://github.com/algesten/ureq/blob/master/CHANGELOG.md //! [changelog]: https://github.com/algesten/ureq/blob/main/CHANGELOG.md
//! //!
//! //!
//! ## Usage //! ## Usage