7
0
forked from pool/rusty_v8
2022-10-17 20:24:50 +00:00
committed by Git OBS Bridge
parent 496a23ddcc
commit f3811394cf
6 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Oct 17 20:16:01 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.53.1:
* Rolling to V8 10.7.193.16 (#1100)
* Revert "Remove zlib dependency (#1058)" (#1101)
- includes 0.53.0:
* Enable running on 32 bits and several minor fixes (#976)
* Don't use embedder slot in HostImportModuleDynamicallyCallback ABI ad
* perf: optimize scope construction and Isolate::get_slot/set_slot() (#1090)
* Strengthen fast call API test (#1093)
* refactor: v8::Isolate::snapshot_creator instead of v8::SnapshotCreator (#1098)
* feat: add v8::Isolate::snapshot_creator_from_existing_snapshot API (#973
* Rolling to V8 10.7.193.15 (#1095)
-------------------------------------------------------------------
Sat Oct 8 22:59:14 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>