diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-09-04 22:28:16 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-09-04 22:29:38 +0200 |
commit | 2eabb7d590aaa14c211e3a306582ff36fc3fc0f5 (patch) | |
tree | 4f863237b5cb870e11282d4d78e90df5b0b61726 /RELEASE-NOTES | |
parent | d707a975f645a2b25edb926f475b9abe94fe830a (diff) |
curl: add --http1.1 and --http2.0 options
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b317c7b2a..bae2d93ce 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,7 +1,7 @@ Curl and libcurl 7.33.0 Public curl releases: 135 - Command line options: 153 + Command line options: 155 curl_easy_setopt() options: 201 Public functions in libcurl: 58 Known libcurl bindings: 42 |