Skip to content

Commit 04c554f

Browse files
authored
Merge pull request #1161 from libcpr/feature/1.9.x_is_now_unsupported
Removed 1.9.x from the supported versions
2 parents 953bef6 + 0bef050 commit 04c554f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
| master | `cpp17` | ![alt text][preview] | |
1616
| 1.11.x | `cpp17` | ![alt text][supported] | |
1717
| 1.10.x | `cpp17` | ![alt text][unsupported] | |
18-
| 1.9.x | `cpp11` | ![alt text][supported] | Supported until 01.01.2025 |
19-
| <= 1.8.x | `cpp11` | ![alt text][unsupported] | |
18+
| <= 1.9.x | `cpp11` | ![alt text][unsupported] | |
2019

2120
[unsupported]: https://img.shields.io/badge/-unsupported-red "unsupported"
2221
[supported]: https://img.shields.io/badge/-supported-green "supported"
@@ -26,7 +25,7 @@
2625

2726
C++ Requests is a simple wrapper around [libcurl](http://curl.haxx.se/libcurl) inspired by the excellent [Python Requests](https://github.com/kennethreitz/requests) project.
2827

29-
Despite its name, libcurl's easy interface is anything but, and making mistakes, misusing it is a common source of error and frustration. Using the more expressive language facilities of `C++17` (or `C++11` in case you use cpr < 1.10.0), this library captures the essence of making network calls into a few concise idioms.
28+
Despite its name, libcurl's easy interface is far from simple, and errors and frustration often arise from mistakes or misuse. By leveraging the more expressive features of `C++17` (or `C++11` if using cpr <`= 1.9.x), this library distills the process of making network calls into a few clear and concise idioms.
3029

3130
Here's a quick GET request:
3231

0 commit comments

Comments
 (0)