From e9918d1bcce07715f679c916bf81513ae21a00a7 Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Fri, 29 Feb 2008 09:42:23 +0000 Subject: [PATCH] Heaps addition --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 81a2a68b65..8763af13f4 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,7 @@ PHP NEWS . Added SplDoublyLinkedList, SplStack, SplQueue classes. (Etienne) . Added FilesystemIterator. (Marcus) . Added GlobIterator. (Marcus) + . Added SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue classes. (Etienne) - Add the ReflectionProperty::setAccessible() method that allows non-public property's values to be read through ::getValue(). (Derick) - Added ability to use Traversable objects instead of plain arrays in ext/soap. -- 2.50.1