From a257818f3140483ef7c0676e2bdafaf2f2676fa5 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 1 Mar 2018 03:10:05 +0100 Subject: [PATCH] docfix --- README.md | 1 - src/mastodon-cpp.hpp | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c0b0933..f5e5650 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,6 @@ If you use a debug build, you get more verbose error messages. * [x] Make HTTP header available * [x] Streaming API * Later - * [ ] Asynchronous I/O * [ ] Improve error reporting ## Status of implementation diff --git a/src/mastodon-cpp.hpp b/src/mastodon-cpp.hpp index 7c4a2f9..2ecebd7 100644 --- a/src/mastodon-cpp.hpp +++ b/src/mastodon-cpp.hpp @@ -274,7 +274,7 @@ public: std::string &url); /*! - * @deprecated Will vanish in 0.5.0 + * @deprecated Will vanish in 1.0.0 */ const std::uint16_t register_app1(const std::string &instance, const std::string &client_name, @@ -305,7 +305,7 @@ public: std::string &access_token); /*! - * @deprecated Will vanish in 0.5.0 + * @deprecated Will vanish in 1.0.0 */ const std::uint16_t register_app2(const std::string &instance, const std::string &client_id,