Announce breaking API changes
the build was successful Details

This commit is contained in:
tastytea 2019-02-22 08:07:55 +01:00
parent 115726edf8
commit e41fd98ec1
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,13 @@ JSON. You can then put that JSON into easy to use classes.
**Beginning with 0.30.0, all IDs are `const string` instead of
`uint_fast64_t` as required by the Mastodon API. Sorry for the inconvenience.**
# Breaking API changes
I'm going to rewrite key parts of this library. The new API will be incompatible
with the old one. The new code will start with the version number `0.100.0`. The
old code is archived in the branch "pre-0.100.0" and will get bugfixes for a
while.
# Usage
The HTML reference can be generated with `build_doc.sh`, if doxygen is installed. It is also available at