From 389c45ad7bccebdcd95bcdfd3f595f332ad28306 Mon Sep 17 00:00:00 2001 From: teidesu Date: Thu, 8 Apr 2021 13:12:31 +0300 Subject: [PATCH] fix(readme): added backwards incompatibility notice --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 98816300..b2407512 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ Work-in-progress library for MTProto in TypeScript. [🎯 Roadmap (notion.so)](https://www.notion.so/teidesu/MTCute-development-cfccff4fddad4b218f3bea27f784b8b5) +> ⚠️ **Warning**: While this library is WIP, storage +> format *will* change without changing format version +> and without migration algorithm. +> +> If you encounter errors related to this, either +> reset your storage by removing the file, or fix it manually. + What currently works: - [x] TCP Connection in NodeJS