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

Side by Side Diff: CHANGELOG.md

Issue 1949803002: Fix a new strong-mode error. (Closed) Base URL: git@github.com:dart-lang/pool@master
Patch Set: Created 4 years, 7 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 | « .analysis_options ('k') | lib/pool.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.2.4
2
3 * Fix a strong-mode error.
4
1 ## 1.2.3 5 ## 1.2.3
2 6
3 * Fix a bug in which `Pool.withResource()` could throw a `StateError` when 7 * Fix a bug in which `Pool.withResource()` could throw a `StateError` when
4 called immediately before closing the pool. 8 called immediately before closing the pool.
5 9
6 ## 1.2.2 10 ## 1.2.2
7 11
8 * Fix strong mode warnings and add generic method annotations. 12 * Fix strong mode warnings and add generic method annotations.
9 13
10 ## 1.2.1 14 ## 1.2.1
(...skipping 10 matching lines...) Expand all
21 * Add `PoolResource.allowRelease()`, which allows a resource to indicate that it 25 * Add `PoolResource.allowRelease()`, which allows a resource to indicate that it
22 can be released without forcing it to deallocate immediately. 26 can be released without forcing it to deallocate immediately.
23 27
24 ## 1.0.2 28 ## 1.0.2
25 29
26 * Fixed the homepage. 30 * Fixed the homepage.
27 31
28 ## 1.0.1 32 ## 1.0.1
29 33
30 * A `TimeoutException` is now correctly thrown if the pool detects a deadlock. 34 * A `TimeoutException` is now correctly thrown if the pool detects a deadlock.
OLDNEW
« no previous file with comments | « .analysis_options ('k') | lib/pool.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698