Update changelog

This commit is contained in:
Willy-JL
2024-10-22 03:39:06 +01:00
parent ffd1ceaab4
commit ccc4c682e8

View File

@@ -25,6 +25,8 @@
- effort required to update old scripts using gui: extensive
- `keyboard`:
- removed, now replaced by `gui/text_input` and `gui/byte_input` (see above)
- `math`:
- `is_equal()` renamed to `isEqual()`
- `storage`:
- fully overhauled, now you `openFile()`s and perform actions on them like `.read()`
- now supports many more operations including different open modes, directories and much more