From 4b54e10b567f87d269836387f1071360faa2e662 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Mon, 25 Nov 2019 23:31:28 +0200 Subject: [PATCH] Update readme --- docs/index.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index 55668f45..beb6c375 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,19 +38,24 @@ Documentation for version 3.0 [WIP] [^1] - [x] Rewrite Telegram types using **pydantic** - [x] Rewrite Telegram methods using **pydantic** - [x] Rewrite bot class + - [ ] Contextual aliases for methods in types - [ ] ... - [ ] Dispatcher features - - [ ] Blueprints/Routers + - [x] Blueprints/Routers - [ ] Refactor FSM - [ ] Refactor filters + - [ ] Middlewares - [ ] Tests - - [ ] API + - [x] API - [x] Sessions - - [ ] Types - - [ ] Methods - - [ ] Client + - [x] Types + - [x] Methods + - [x] Client - [ ] Dispatcher - - [ ] ... + - [ ] Dispatcher + - [x] Router + - [x] Observers + - [ ] Filters - [ ] Utils - [x] Helper - [ ] ...