]> git.kaiwu.me - quickjs.git/commitdiff
update Changelog
authorFabrice Bellard <fabrice@bellard.org>
Fri, 19 Jan 2024 09:18:32 +0000 (10:18 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Fri, 19 Jan 2024 09:18:32 +0000 (10:18 +0100)
Changelog

index 944d96ac92dd539b1e16d8f74636731961370b9f..dd099cde5a7b40b91c936834cede6e8dea2b763c 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -13,7 +13,7 @@ TypedArray.prototype.{with,toReversed,toSorted}
 - added RegExp 'd' flag
 - fixed RegExp zero length match logic
 - fixed RegExp case insensitive flag
-- added os.getpid() and os.now()
+- added os.sleepAsync(), os.getpid() and os.now()
 - added cosmopolitan build
 - misc bug fixes