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

Side by Side Diff: CHANGELOG.md

Issue 1025293003: pkg/isolate: library renaming, removed unused method, fix creation of TimeoutException (Closed) Base URL: https://github.com/dart-lang/isolate.git@master
Patch Set: nits Created 5 years, 9 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 | « no previous file | README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Changelog 1 ###0.2.0
2 2
3 ## 0.1.0 3 * Renamed library `isolaterunner.dart` to `isolate_runner.dart`.
4 * Renamed library `loadbalancer.dart' to `load_balancer.dart`.
4 5
5 - Initial version 6 ###0.1.0
6 Adds IsolateRunner as a helper around Isolate.
7 Adds single-message port helpers and a load balancer.
8 7
8 * Initial version
9 * Adds IsolateRunner as a helper around Isolate.
10 * Adds single-message port helpers and a load balancer.
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698