aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r--DEVELOPMENT.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 5644dea..999550d 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -3,7 +3,7 @@ Here's some general stuff to keep in mind, and some work that needs to be done
3* Mastodon.py tries to work for python2 as well as python3, so avoid things like annotations, 3* Mastodon.py tries to work for python2 as well as python3, so avoid things like annotations,
4 use requests over urllib, et cetera. 4 use requests over urllib, et cetera.
5 5
6* Current TODOs (2.3 support): 6* Current TODOs:
7 * Add support for idempotency keys 7 * Testing - test 2.3 stuff and verify it works, test pinning
8 * Document error handling better 8 * 2.4 support
9 9
Powered by cgit v1.2.3 (git 2.41.0)