Skip to content

v0.3.1

Choose a tag to compare

@fpoirotte fpoirotte released this 25 Feb 15:32
· 74 commits to develop since this release
v0.3.1

Changes

  • Added instructions on how to build the extension on Windows.

Fixed bugs

  • Fixed config.w32 so that it actually works under Windows.
  • Replaced several calls to index() with equivalent calls to strchr()
    for MSVC/C89 compatibility.