add changelog about the pecl/event conflict
[mdref/mdref-http] / http.md
diff --git a/http.md b/http.md
index b5b3bf1ca627a5983265250aa0f8bab352a31e5e..d56a04fd7c046cd47a1b31321264b20eb8f034d8 100644 (file)
--- a/http.md
+++ b/http.md
@@ -24,7 +24,7 @@ This extension unconditionally depends on the pre-loaded presence of the followi
 * spl
 
 
-If configured ```--with-http-shared-deps``` (default) it requires on the pre-loaded presence of the following extensions, as long as they where available at build time:
+If configured ```--with-http-shared-deps``` (default) it requires on the pre-loaded presence of the following extensions, as long as they were available at build time:
 
 * hash
 * iconv
@@ -32,10 +32,10 @@ If configured ```--with-http-shared-deps``` (default) it requires on the pre-loa
 
 ## Conflicts:
 
-pecl/http-v2 conflicts with thw following extensions:
+pecl/http-v2 conflicts with the following extensions:
 
 * http-v1
-* event
+* event (only until <= 2.0.3)
 
 ## INI Directives:
 
@@ -54,3 +54,9 @@ The http extension registers the ```http.*``` namespace for its stream filters.
   Decode a stream encoded with deflate/zlib/gzip encoding.
 * http.deflate  
   Encode a stream with deflate/zlib/gzip encoding.
+
+## Changelog:
+
+Version | Change
+--------|-------
+2.0.4   | Dropped the pecl/event conflict.