Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: CHANGELOG.md

Issue 1393193004: Add Pool.close(). (Closed) Base URL: git@github.com:dart-lang/pool@master
Patch Set: Code review changes Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/pool.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec8fd79a836970a26d7eec54fb7fc1e0555e502a..9f74d07b44e5244001500c24a7a9df8a491776d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 1.2.0
+
+* Add `Pool.close()`, which forbids new resource requests and releases all
+ releasable resources.
+
## 1.1.0
* Add `PoolResource.allowRelease()`, which allows a resource to indicate that it
« no previous file with comments | « no previous file | lib/pool.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698