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

Side by Side Diff: packages/pool/CHANGELOG.md

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « packages/pool/.test_config ('k') | packages/pool/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ## 1.2.0
2
3 * Add `Pool.close()`, which forbids new resource requests and releases all
4 releasable resources.
5
6 ## 1.1.0
7
8 * Add `PoolResource.allowRelease()`, which allows a resource to indicate that it
9 can be released without forcing it to deallocate immediately.
10
11 ## 1.0.2
12
13 * Fixed the homepage.
14
15 ## 1.0.1
16
17 * A `TimeoutException` is now correctly thrown if the pool detects a deadlock.
OLDNEW
« no previous file with comments | « packages/pool/.test_config ('k') | packages/pool/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698