Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 545 Bytes

ChangeLog.md

File metadata and controls

20 lines (16 loc) · 545 Bytes

NEXT_VERSION [..]

  • FromPy/ToPy instances for text and bytestrings data types.

0.1.1.1 [2025.03.10]

  • Crash of python's main thread when one attempts to interrupt it fixed.

0.1.1 [2025.02.13]

  • Number of deadlocks in runPyInMain fixed:
    • It no longer deadlocks is exception is thrown
    • Nested calls no longer deadlock.
    • Calling it from python callback.
  • ToPy instance added for Py b, a -> Py b, a1 -> a2 -> Py b

0.1 [2025.01.18]

Initial release