From 7a46203beba7ebce2d805f0f1043ae2048268d9c Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Thu, 20 Mar 2014 07:18:59 -0500 Subject: [PATCH] added a note about breaking changes in the logging policy API --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 7e6f3a6c83..490e687272 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,9 @@ HEAD +- API BREAKING CHANGE: Custom logging policies have some new required + constructors that take generic config settings rather than pointers to + std::ostreams. This allows writing logging policies that do not involve the + use of std::ostream. This does not affect anyone using the built in logging + policies. - Feature: Adds `start_perpetual` and `stop_perpetual` methods to asio transport These may be used to replace manually managed `asio::io_service::work` objects - Feature: Allow setting pong and handshake timeouts at runtime.