Changelog

pull/109/head 0.1.2
Zef Hemel 2022-10-14 15:55:11 +02:00
parent 3a3210ecac
commit fe77d44745
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ release.
- Breaking plugs API change: `readPage`, `readAttachment`, `readFile` now return
the read data object directly, without it being wrapped with a text object.
- Also some syscalls have been renamed, e.g. store-related one now all have a
`store` prefix, such as `get` become `storeGet`.
- A whole bunch of deprecated syscalls have been removed
---