diff --git a/docs/TODO b/docs/TODO index feb87457a25133b037ad7cdf8411fe66735f909e..0102c5a91087ddc332a3a3a2bf772191033af84c 100644 --- a/docs/TODO +++ b/docs/TODO @@ -209,3 +209,10 @@ TODO fork()s and it should become even more portable. * Introduce a test suite that tests libcurl better and more explicitly. + +NEXT MAJOR RELEASE + + * curl_easy_cleanup() returns void, but curl_multi_cleanup() returns a + CURLMcode. These should be changed to be the same. + + * curl_formparse() should be removed