]> granicus.if.org Git - php/commitdiff
add NEWS for <=>
authorStanislav Malyshev <stas@php.net>
Thu, 19 Feb 2015 22:02:04 +0000 (23:02 +0100)
committerStanislav Malyshev <stas@php.net>
Thu, 19 Feb 2015 22:03:51 +0000 (23:03 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index fdbd25bbe2dea7835a9a635b5fd0332efe2bc32a..bc93ebcb74de0dacb25dc335c3b950294da1bc2e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,7 @@
   . Implemented FR #55467 (phpinfo: PHP Variables with $ and single quotes). (Kalle)
   . Fixed bug #55415 (php_info produces invalid anchor names). (Kalle, Johannes)
   . Added ?? operator. (Andrea)
+  . Added <=> operator. (Andrea)
   . Added \u{xxxxx} Unicode Codepoint Escape Syntax. (Andrea)
   . Fixed oversight where define() did not support arrays yet const syntax did. (Andrea, Dmitry)
   . Use "integer" and "float" instead of "long" and "double" in ZPP, type hint and conversion error messages. (Andrea)
index a4c9374534c2feb0dea8f94a3ef06a07ad3a9f11..af84ee94fe0eb3a8bf786389e2bf102a230d9fa2 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -398,6 +398,8 @@ Other
   . Added \u{xxxxxx} Unicode Codepoint Escape Syntax for double-quoted strings
     and heredocs.
   . define() now supports arrays as constant values, fixing an oversight where define() did not support arrays yet const syntax did.
+  . Added the comparison operator (<=>), aka the spaceship operator.
+    (RFC: https://wiki.php.net/rfc/combined-comparison-operator)
 
 ========================================
 3. Changes in SAPI modules