From 9b81c53810bd585cceb342e6ec73885ebbf694e5 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 20 May 2018 12:33:27 +0200 Subject: [PATCH] updated documentation (Upgrading from below 0.13.0) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24f4eda..363900b 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ The HTML reference can be generated with `build_doc.sh`, if doxygen is installed It is also available at [tastytea.github.io/mastodon-cpp/](https://tastytea.github.io/mastodon-cpp/docs/annotated.html). There are [examples](https://github.com/tastytea/mastodon-cpp/tree/master/examples) in `examples/`. -## Upgrading from below 0.10.0 +## Upgrading from below 0.13.0 -You have to recompile all applications linking against this library. +* You have to recompile all applications linking against this library. +* We use a mutex now to guard the string that is being written to. You can get a reference to it with `Mastodon::API::http::get_mutex()` (see examples 9 and 13 for more info). This is only relevant for streams. ## Upgrading from below 0.10.0