This commit is contained in:
tastytea 2018-04-19 15:20:41 +02:00
parent 74cc81325e
commit bc63d9ef25
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ There are [examples](https://github.com/tastytea/mastodon-cpp/tree/master/exampl
## Upgrading from below 0.10.0
`Mastodon::API::get`, `::get_stream`, `::post`, `::put` and `::del` don't take
std::string as parameter anymore, only `parametermap`s. The old behaviour is
`std::string` as parameter to API-calls anymore, only `parametermap`s. The old behaviour is
still supported but is deprecated and will be removed in version 1.0.0.
## Upgrading from below 0.7.0