Update Cobalt to 0.9.9

Closes #2361
This commit is contained in:
Jonathan Coates
2026-05-14 18:53:50 +01:00
parent b23ac67702
commit 2f78973159
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -91,6 +91,12 @@ compatibility for these newer versions.
| Remove `*` from `file:read` modes | ✔ | |
| Metamethods respected in `table.*`, `ipairs` | ✔ | |
## Lua 5.5
| Feature | Supported? | Notes |
|------------------------------------|------------|-------|
| `table.create` | ✔ | |
| `utf8.offset` returns end position | ✔ | |
## Lua 5.0
| Feature | Supported? | Notes |
|----------------------------------|------------|--------------------------------------------------|