| Index: pkg/string_scanner/CHANGELOG.md
|
| diff --git a/pkg/string_scanner/CHANGELOG.md b/pkg/string_scanner/CHANGELOG.md
|
| index f1d876301eb85ea8e10a8d51cacde883473985d0..d7f09f303f91586d1f45a906a2fdf572d765acd1 100644
|
| --- a/pkg/string_scanner/CHANGELOG.md
|
| +++ b/pkg/string_scanner/CHANGELOG.md
|
| @@ -1,3 +1,12 @@
|
| +## 0.1.1
|
| +
|
| +* Declare `SpanScanner`'s exposed `SourceSpan`s and `SourceLocation`s to be
|
| + `FileSpan`s and `FileLocation`s. They always were underneath, but callers may
|
| + now rely on it.
|
| +
|
| +* Add `SpanScanner.location`, which returns the scanner's current
|
| + `SourceLocation`.
|
| +
|
| ## 0.1.0
|
|
|
| * Switch from `source_maps`' `Span` class to `source_span`'s `SourceSpan` class.
|
|
|