7
0
forked from pool/rusty_v8
2022-04-21 17:07:06 +00:00
committed by Git OBS Bridge
parent d49ed1e172
commit 06d7aa88cd
5 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Apr 21 16:55:00 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.42.0:
* Rolling to V8 10.0.139.17 (#944)
* Ignore more unnecessary ICU data (#923)
* Add crate feature that controls whether custom libcxx is used (#924)
* perf: avoid double boxing of Arc/Box/Rc in Isolate slot (#925)
* Sync V8 heap object type hierarchy with C++ (#929)
* feat: ArrayBuffer::new_backing_store_from_ptr (#926)
* feat: v8::ArrayBuffer::new_backing_store_from_vec (#946)
-------------------------------------------------------------------
Thu Mar 10 23:18:42 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>