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