diff --git a/feed/history/boost_1_64_0.qbk b/feed/history/boost_1_64_0.qbk index eb280608..f3dfa532 100644 --- a/feed/history/boost_1_64_0.qbk +++ b/feed/history/boost_1_64_0.qbk @@ -85,11 +85,13 @@ * CI tests now run with `address` and `leak` sanitizers * [phrase library..[@/libs/fiber/ Fiber]:] + * (un)bounded_channel<> removed * #100: ASIO: unbuffered_channel / scheduler notify issue * #105: skynet variants crash on windows * #106: Passing a fixed_stack allocator to async/packaged_task doesn't compile + * #110: Compile error on ARMv6 * #111: endless-loop in buffered_channel::try_value_pop() - * (un)bounded_channel<> removed + * #114: buffered_channel::try_push` does not wake fibers in `pop` * [phrase library..[@/libs/functional/hash/ Hash]:] * Stop using `std::unary_function` and `std::binary_function` when they're