| Index: pkg/source_maps/CHANGELOG.md
|
| diff --git a/pkg/source_maps/CHANGELOG.md b/pkg/source_maps/CHANGELOG.md
|
| index c52d585d4c47b49d6bb7ea838c50bd6972f68765..6d371c9bfa4d7112999e9722c2d14ef27f4b4b23 100644
|
| --- a/pkg/source_maps/CHANGELOG.md
|
| +++ b/pkg/source_maps/CHANGELOG.md
|
| @@ -2,6 +2,10 @@
|
|
|
| * Update `SpanFormatException` with `source` and `offset`.
|
|
|
| +* 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.
|
| +
|
| ## 0.9.3
|
|
|
| * Support writing SingleMapping objects to source map version 3 format.
|
|
|