From 8039063d958cf01d9289407550e4b31263a4e0a7 Mon Sep 17 00:00:00 2001 From: Matteo Beccati Date: Wed, 30 Sep 2015 15:50:01 +0200 Subject: [PATCH] ReflectionGenerator and ReflectionType are new classes I've added them to the new classes paragraph for the sake of completeness, even though they are mentioned before as new features. --- UPGRADING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADING b/UPGRADING index 7f9c60f2be13f..cf06893151d04 100644 --- a/UPGRADING +++ b/UPGRADING @@ -643,6 +643,7 @@ Other ======================================== 6. New Functions ======================================== + - GMP . Added gmp_random_seed(). @@ -666,6 +667,8 @@ Other 7. New Classes and Interfaces ======================================== +- ReflectionGenerator +- ReflectionType ======================================== 8. Removed Extensions and SAPIs