1
0
Fork 0
mirror of https://github.com/mperham/connection_pool synced 2023-03-27 23:22:21 -04:00
connection_pool/Changes.md

22 lines
403 B
Markdown
Raw Normal View History

2012-06-29 23:22:42 -04:00
0.9.2
--------
- Fix reentrant checkout leading to early checkin.
2012-04-01 22:24:45 -04:00
0.9.1
--------
- Fix invalid superclass in version.rb
0.9.0
--------
- Move method\_missing magic into ConnectionPool::Wrapper (djanowski)
- Remove BasicObject superclass (djanowski)
2011-09-19 17:29:59 -04:00
0.1.0
--------
2011-09-19 17:29:59 -04:00
- More precise timeouts and better error message
- ConnectionPool now subclasses BasicObject so `method_missing` is more effective.