]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Mon, 11 Jul 2016 12:36:39 +0000 (14:36 +0200)
committerAnatol Belski <ab@php.net>
Mon, 11 Jul 2016 12:36:39 +0000 (14:36 +0200)
NEWS

diff --git a/NEWS b/NEWS
index a6ee6891275790da1a17930aa6f0fe3e7f5770fc..53afe22c598f0115ea1c4c88e5236bd6434ad106 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,9 @@ PHP                                                                        NEWS
   . Added pcntl_signal_get_handler() that returns the current signal handler
     for a particular signal. Addresses FR #72409. (David Walker)
 
+- Tidy:
+  . Implemented support for libtidy 5.0.0 and above. (Michael Orlitzky, Anatol)
+
 - Wddx:
   . Fixed bug #72564 (boolean always deserialized as "true") (Remi)