Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 926 Bytes

CHANGELOG.md

File metadata and controls

27 lines (21 loc) · 926 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.2 - 2019-10-17

Fixed

  • Fixed depreciation warnings, and differences between node 10 - 12

0.4.1 - 2019-10-16

Fixed

  • Fixed multithreading bug, pynode can now run in workers (multiple threads created by node.js)

0.4.0 - 2019-10-11

Added

  • Thread safety
  • Throw exception if function cannot be found

0.3.4 - 2019-10-07

Fixed

  • Works in node 12 now.