7
0
forked from pool/rusty_v8
2021-07-04 01:08:40 +00:00
committed by Git OBS Bridge
parent 782c2b0d1f
commit 607e764ec8
6 changed files with 25 additions and 8 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Jul 4 01:00:25 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.25.1
* exclude ICU data files for unsupported platforms from crate
- update to 0.25.0
* include ICU data file in crate
* add Isolate::has_pending_background_tasks
- includes 0.24.0
* support for Platform::pump_message_loop and Platform::run_idle_tasks (#706)
* feat: various FunctionTemplate::*() methods (#718)
- includes 0.23.0 changes since last checkin
* fix: pass serializer helpers as mut refs (#712)
* Upgrade V8 to 9.2.230.12 (#709)
* Enable v8's siphash for hash seed creation (#707)
* add missing methods for 1 and 2 byte strings (#704)
-------------------------------------------------------------------
Sat Jun 19 05:34:09 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>