Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 547 Bytes

CHANGES.md

File metadata and controls

10 lines (7 loc) · 547 Bytes

0.20.1

  • Fix issue with OCaml runtime initialization: #59

0.20.0

  • Value methods marked as unsafe: the Value API is considered the "unsafe" API and ocaml-interop is the safer choice
  • ToValue renamed to IntoValue
  • All functions that cause OCaml allocations (including IntoValue::into_value) take a reference to ocaml::Runtime, which is provided by an implicit variable named gc when using ocaml-derive (the name of this variable is configurable: #[ocaml::func(my_gc_var)])