Releases: pharo-ide/ObjectPool
Releases · pharo-ide/ObjectPool
v1.0.3
v1.0.2
What's Changed
- Added support for Pharo 10
- Fix test failing on Pharo 10
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Tonel Migration
v1.0.0 Update README.md
Fix for serious sinchronization bug
#objectForBorrow is transformed and renamed to unsafeBorrow with fixed logic:
Remove of idle object and add it to the borrow is now atomic operation.
Same idea is appliyed to return: operation.
this is major stable version 0.3
Merge pull request #1 from dionisiydk/dev syncronizationFixForWaitingToBorrowObject
moved from smalltalkhub
Tests are separated