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

Unified Diff: pkg/smoke/CHANGELOG.md

Issue 583803002: fix toString calls on Type objects in smoke (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix typo Created 6 years, 3 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 | pkg/smoke/lib/mirrors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/smoke/CHANGELOG.md
diff --git a/pkg/smoke/CHANGELOG.md b/pkg/smoke/CHANGELOG.md
index 84ebd0de0c15bb3ffd11692f94256211926ed8bd..3678e886c34cba26982e4250dcd6f1334425d097 100644
--- a/pkg/smoke/CHANGELOG.md
+++ b/pkg/smoke/CHANGELOG.md
@@ -1,24 +1,23 @@
-# changelog
+#### 0.2.1+1
+ * Fix toString calls on Type instances.
-This file contains highlights of what changes on each version of this package.
-
-#### Pub version 0.2.0+3
+#### 0.2.0+3
* Widen the constraint on analyzer.
-#### Pub version 0.2.0+2
+#### 0.2.0+2
* Widen the constraint on barback.
-#### Pub version 0.2.0+1
+#### 0.2.0+1
* Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan`
class.
-#### Pub version 0.2.0
+#### 0.2.0
* Static configuration can be modified, so code generators can split the
static configuration in pieces.
* **breaking change**: for codegen call `writeStaticConfiguration` instead of
`writeInitCall`.
-#### Pub version 0.1.0
+#### 0.1.0
* Initial release: introduces the smoke API, a mirror based implementation, a
statically configured implementation that can be declared by hand or be
generated by tools, and libraries that help generate the static
« no previous file with comments | « no previous file | pkg/smoke/lib/mirrors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698