From 0ac688328d534a01b0b6ae0fdd2e801b350b2363 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 16 Dec 2012 19:57:00 -0800 Subject: [PATCH] Mention priority queue in release notes --- RELEASES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASES.txt b/RELEASES.txt index ac3a3e8560f..88a3bcef7d7 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -38,6 +38,7 @@ Version 0.5 (December 2012) * Libraries * New condition handling system in `core::condition` * Timsort added to `std::sort` + * New priority queue, `std::priority_queue` * Serialization overhauled to be trait-based * Expanded `getopts` definitions * Moved futures to `std`