| OLD | NEW |
| 1 ## 1.2.4 |
| 2 |
| 3 * Fix a strong-mode error. |
| 4 |
| 1 ## 1.2.3 | 5 ## 1.2.3 |
| 2 | 6 |
| 3 * Fix a bug in which `Pool.withResource()` could throw a `StateError` when | 7 * Fix a bug in which `Pool.withResource()` could throw a `StateError` when |
| 4 called immediately before closing the pool. | 8 called immediately before closing the pool. |
| 5 | 9 |
| 6 ## 1.2.2 | 10 ## 1.2.2 |
| 7 | 11 |
| 8 * Fix strong mode warnings and add generic method annotations. | 12 * Fix strong mode warnings and add generic method annotations. |
| 9 | 13 |
| 10 ## 1.2.1 | 14 ## 1.2.1 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 * Add `PoolResource.allowRelease()`, which allows a resource to indicate that it | 25 * Add `PoolResource.allowRelease()`, which allows a resource to indicate that it |
| 22 can be released without forcing it to deallocate immediately. | 26 can be released without forcing it to deallocate immediately. |
| 23 | 27 |
| 24 ## 1.0.2 | 28 ## 1.0.2 |
| 25 | 29 |
| 26 * Fixed the homepage. | 30 * Fixed the homepage. |
| 27 | 31 |
| 28 ## 1.0.1 | 32 ## 1.0.1 |
| 29 | 33 |
| 30 * A `TimeoutException` is now correctly thrown if the pool detects a deadlock. | 34 * A `TimeoutException` is now correctly thrown if the pool detects a deadlock. |
| OLD | NEW |