Index: packages/pool/CHANGELOG.md |
diff --git a/packages/pool/CHANGELOG.md b/packages/pool/CHANGELOG.md |
index dc852aa350053c1a67b8080ef058c4fc0a1cea2e..80d54c73f67012ed900569f8e2567adf969d5d91 100644 |
--- a/packages/pool/CHANGELOG.md |
+++ b/packages/pool/CHANGELOG.md |
@@ -1,3 +1,26 @@ |
+## 1.3.1 |
+ |
+* Fix the type annotation of `Pool.withResource()` to indicate that it takes |
+ `() -> FutureOr<T>`. |
+ |
+## 1.3.0 |
+ |
+* Add a `Pool.done` getter that returns the same future returned by |
+ `Pool.close()`. |
+ |
+## 1.2.4 |
+ |
+* Fix a strong-mode error. |
+ |
+## 1.2.3 |
+ |
+* Fix a bug in which `Pool.withResource()` could throw a `StateError` when |
+ called immediately before closing the pool. |
+ |
+## 1.2.2 |
+ |
+* Fix strong mode warnings and add generic method annotations. |
+ |
## 1.2.1 |
* Internal changes only. |