Mention flatpipes in release notes

This commit is contained in:
Brian Anderson 2012-12-18 12:09:37 -08:00
parent c704d26c8c
commit 807ce62169

View file

@ -39,6 +39,7 @@ Version 0.5 (December 2012)
* New condition handling system in `core::condition`
* Timsort added to `std::sort`
* New priority queue, `std::priority_queue`
* Pipes for serializable types, `std::flatpipes'
* Serialization overhauled to be trait-based
* Expanded `getopts` definitions
* Moved futures to `std`