Custom memory allocation is now implemented for all asynchronous
operations.
diff --git a/asio/src/doc/overview/allocation.qbk b/asio/src/doc/overview/allocation.qbk
index df4e047..d5885c0 100644
--- a/asio/src/doc/overview/allocation.qbk
+++ b/asio/src/doc/overview/allocation.qbk
@@ -48,11 +48,6 @@
 memory visibility should allocation functions need to be called from different
 threads.
 
-Custom memory allocation support is currently implemented for all asynchronous
-operations with the following exceptions:
-
-* Asynchronous SSL operations.
-
 [heading See Also]
 
 [link asio.reference.asio_handler_allocate asio_handler_allocate],