deprecation note in readme

This commit is contained in:
tastytea 2018-04-19 00:26:23 +02:00
parent 77b9a66e9c
commit 90452a9ec9
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.7)
project (mastodon-cpp
VERSION 0.9.2
VERSION 0.20.0
LANGUAGES CXX
)

View File

@ -10,6 +10,12 @@ 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
`Mastodon::API::get`, `::get_stream`, `::post`, `::put` and `::del` don't take
std::string as parameter 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
Your projects will break, sorry. Here are the important changes: