1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

changelog: add entry about heap usage api (#18265)

This commit is contained in:
Felipe Pena 2023-05-25 12:27:49 -03:00 committed by GitHub
parent c2fa45c24d
commit e8289dd4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
- Functions can now return fixed size arrays.
- The builtin websocket library is now thread safe.
- Enhanced builtin csrf protection in vweb.
- builtin: heap usage API (gc_memory_use() and gc_heap_usage())
## V 0.3.4