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