diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 9988a5f..637e771 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -780,6 +780,9 @@ Mastodon.py throws a `MastodonVersionError`. | |||
780 | 780 | ||
781 | With the following functions, you can make Mastodon.py re-check the server | 781 | With the following functions, you can make Mastodon.py re-check the server |
782 | version or explicitly determine if a specific minimum Version is available. | 782 | version or explicitly determine if a specific minimum Version is available. |
783 | Long-running applications that aim to support multiple Mastodon versions | ||
784 | should do this from time to time in case a server they are running against | ||
785 | updated. | ||
783 | 786 | ||
784 | .. automethod:: Mastodon.retrieve_mastodon_version | 787 | .. automethod:: Mastodon.retrieve_mastodon_version |
785 | .. automethod:: Mastodon.verify_minimum_version | 788 | .. automethod:: Mastodon.verify_minimum_version |