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