Mention priority queue in release notes

This commit is contained in:
Brian Anderson 2012-12-16 19:57:00 -08:00
parent 161d289cc7
commit 0ac688328d

View file

@ -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`