Trigger page build

This commit is contained in:
Vyacheslav Egorov 2023-07-28 23:20:54 +03:00
parent 486cc03935
commit bb64850cc6

View file

@ -43,7 +43,8 @@ Other fixes include:
## Runtime improvements ## Runtime improvements
Out-of-memory exception handling has been improved. `xpcall` handlers will now actually be called with a "not enough memory" string and whatever string/object they return will be correctly propagated. Out-of-memory exception handling has been improved.
`xpcall` handlers will now actually be called with a "not enough memory" string and whatever string/object they return will be correctly propagated.
Other runtime improvements we've made: Other runtime improvements we've made: