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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | README.md » ('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 372014eadc92dd8345ae002fe0f4fd8e6ebdab12..a1e21fee8eee0b79e0da0b5d24b38acc8e78c0cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,10 @@
-# Changelog
+###0.2.0
-## 0.1.0
+* Renamed library `isolaterunner.dart` to `isolate_runner.dart`.
+* Renamed library `loadbalancer.dart' to `load_balancer.dart`.
-- Initial version
- Adds IsolateRunner as a helper around Isolate.
- Adds single-message port helpers and a load balancer.
+###0.1.0
+* Initial version
+* Adds IsolateRunner as a helper around Isolate.
+* Adds single-message port helpers and a load balancer.
« 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