From e41fd98ec127a75bc23d61d46e0b0c2c74466a53 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 22 Feb 2019 08:07:55 +0100 Subject: [PATCH] Announce breaking API changes --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c062514..8933def 100644 --- a/README.md +++ b/README.md @@ -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