fix(readme): added warning about breaking api changes
This commit is contained in:
parent
75dc961d65
commit
82a9ec80ea
1 changed files with 3 additions and 2 deletions
|
@ -8,9 +8,10 @@ Work-in-progress library for MTProto in TypeScript.
|
||||||
|
|
||||||
> ⚠️ **Warning**: While this library is WIP, storage
|
> ⚠️ **Warning**: While this library is WIP, storage
|
||||||
> format *will* change without changing format version
|
> format *will* change without changing format version
|
||||||
> and without migration algorithm.
|
> and without migration algorithm, and there *will* be breaking
|
||||||
|
> changes in the API.
|
||||||
>
|
>
|
||||||
> If you encounter errors related to this, either
|
> If you encounter errors related to storage, either
|
||||||
> reset your storage by removing the file, or fix it manually.
|
> reset your storage by removing the file, or fix it manually.
|
||||||
|
|
||||||
What currently works:
|
What currently works:
|
||||||
|
|
Loading…
Reference in a new issue