1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00

Introduce changes to account for upstream V8 API deprecations

This commit is contained in:
Petko Bordjukov 2018-06-21 18:06:16 +03:00
parent 4c104f6a91
commit bbf46101cd
3 changed files with 13 additions and 8 deletions

View file

@ -1,3 +1,8 @@
- Unreleased
- Deprecate Isolate#idle_notification in favour of Isolate#idle_notification_deadline @ignisf
- Account for changes in the upstream V8 API @ignisf
- Bump dependency of V8 to 6.7
23-08-2017