Skip to content

2.0.0

Compare
Choose a tag to compare
@ikalnytskyi ikalnytskyi released this 19 Nov 01:08
· 166 commits to master since this release
2.0.0
cbd71c9

What's Changed

  • picobox.push() can now be used as a regular function as well, not only as a context manager. This is a breaking change because from now one a box is pushed on stack immediately when calling picobox.push(), no need to wait for __enter__() to be called. See #16.
  • New picobox.pop() function, that pops the box from the top of the stack. See #16 and #17.
  • Fixed a potential race condition on concurrent calls to picobox.push() that may occur in non-CPython implementations. See #16.

New Contributors

  • @malor made their first contribution in #16

Full Changelog: 1.1.0...2.0.0