summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a6ee689127..53afe22c59 100644
--- 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)