Chromium Code Reviews| Index: pkg/source_maps/CHANGELOG.md |
| diff --git a/pkg/source_maps/CHANGELOG.md b/pkg/source_maps/CHANGELOG.md |
| index 7767fc1456743925eee60f0c4787b9266c0369e8..d9f6eb31065a546a8bb833fc42d0e3c215da94a7 100644 |
| --- a/pkg/source_maps/CHANGELOG.md |
| +++ b/pkg/source_maps/CHANGELOG.md |
| @@ -1,7 +1,13 @@ |
| ## 0.9.3 |
|
Siggi Cherem (dart-lang)
2014/07/18 01:40:53
let's move this down and mark as 0.9.4 (Tim releas
nweiz
2014/07/23 23:17:18
Done.
|
| +* All methods that take `Span`s, `Location`s, and `SourceFile`s as inputs now |
| + also accept the corresponding `source_span` classes as well. Using the old |
| + classes is now deprecated and will be unsupported in version 0.10.0. |
| + |
| * Support writing SingleMapping objects to source map version 3 format. |
| + |
| * Support the `sourceRoot` field in the SingleMapping class. |
| + |
| * Support updating the `targetUrl` field in the SingleMapping class. |
| ## 0.9.2+2 |