aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-04 08:24:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-04 08:24:13 +0000
commit2960d37d7172976dff3eb8953fb4ca5f17b4bc47 (patch)
tree449394bf956d65b694f44bbdfef12c64ef158a1c /CHANGES
parentc63af5fc01333ea56f3d276100db0f7679bab271 (diff)
removed curl_formparse() from the library
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0c291a0b5..0e6d5d1ff 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel (4 May 2004)
+- curl_formparse() has been removed from the library. It has been marked and
+ mentioned as deprecated for several years.
+
Daniel (3 May 2004)
- Rewritten HTTP authentication code. The previous code could not properly
deal with the added test cases 167, 168 and 169. I've now rewritten the code