Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

v4.8.2

Choose a tag to compare

@garyb garyb released this 29 Aug 23:36
· 33 commits to master since this release
  • setHref's return type is now Eff _ Unit. This is technically a breaking change, but the previous type was broken as the FFI implementation for setHref has no return value. (@houli)