From d4053cee6b9dfd7112fae03a921553793b99dfc0 Mon Sep 17 00:00:00 2001
From: "Christoph M. Becker" <cmbecker69@gmx.de>
Date: Sun, 5 Aug 2018 23:12:29 +0200
Subject: [PATCH] [ci skip] Fix UPGRADING
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

The “Allow a trailing comma in function calls” RFC has not been
mentioned there, yet.
---
 UPGRADING | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/UPGRADING b/UPGRADING
index 1709fab8e8..634b10deab 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -177,6 +177,8 @@ Core:
     of generating a fatal error. Currently this only affects compilation errors
     that may be thrown by token_get_all() in TOKEN_PARSE mode, but more errors
     may be converted in the future.
+  . Trailing commas in function and method calls are now allowed.
+    (RFC: https://wiki.php.net/rfc/trailing-comma-function-calls)
 
 BCMath:
   . bcscale() can now also be used as getter to retrieve the current scale in use.
-- 
2.40.0