| OLD | NEW |
| 1 ## 1.2.3 |
| 2 |
| 3 * Fix a bug in which `Pool.withResource()` could throw a `StateError` when |
| 4 called immediately before closing the pool. |
| 5 |
| 1 ## 1.2.2 | 6 ## 1.2.2 |
| 2 | 7 |
| 3 * Fix strong mode warnings and add generic method annotations. | 8 * Fix strong mode warnings and add generic method annotations. |
| 4 | 9 |
| 5 ## 1.2.1 | 10 ## 1.2.1 |
| 6 | 11 |
| 7 * Internal changes only. | 12 * Internal changes only. |
| 8 | 13 |
| 9 ## 1.2.0 | 14 ## 1.2.0 |
| 10 | 15 |
| 11 * Add `Pool.close()`, which forbids new resource requests and releases all | 16 * Add `Pool.close()`, which forbids new resource requests and releases all |
| 12 releasable resources. | 17 releasable resources. |
| 13 | 18 |
| 14 ## 1.1.0 | 19 ## 1.1.0 |
| 15 | 20 |
| 16 * Add `PoolResource.allowRelease()`, which allows a resource to indicate that it | 21 * Add `PoolResource.allowRelease()`, which allows a resource to indicate that it |
| 17 can be released without forcing it to deallocate immediately. | 22 can be released without forcing it to deallocate immediately. |
| 18 | 23 |
| 19 ## 1.0.2 | 24 ## 1.0.2 |
| 20 | 25 |
| 21 * Fixed the homepage. | 26 * Fixed the homepage. |
| 22 | 27 |
| 23 ## 1.0.1 | 28 ## 1.0.1 |
| 24 | 29 |
| 25 * A `TimeoutException` is now correctly thrown if the pool detects a deadlock. | 30 * A `TimeoutException` is now correctly thrown if the pool detects a deadlock. |
| OLD | NEW |