add changelog about the pecl/event conflict
authorMichael Wallner <mike@php.net>
Thu, 24 Apr 2014 14:39:19 +0000 (16:39 +0200)
committerMichael Wallner <mike@php.net>
Thu, 24 Apr 2014 14:39:19 +0000 (16:39 +0200)
http.md

diff --git a/http.md b/http.md
index 8dac0c1173b6ce3be1e98c36d59b9665783fcb2a..d56a04fd7c046cd47a1b31321264b20eb8f034d8 100644 (file)
--- a/http.md
+++ b/http.md
@@ -35,7 +35,7 @@ If configured ```--with-http-shared-deps``` (default) it requires on the pre-loa
 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.