| Index: pkg/yaml/CHANGELOG.md
|
| diff --git a/pkg/yaml/CHANGELOG.md b/pkg/yaml/CHANGELOG.md
|
| index 261a666826f886b4b2cf6376a79c7bd9069acaa0..fdd92400105214aa1ca32711ad5c2dc6bf387825 100644
|
| --- a/pkg/yaml/CHANGELOG.md
|
| +++ b/pkg/yaml/CHANGELOG.md
|
| @@ -1,3 +1,11 @@
|
| +## 1.1.0
|
| +
|
| +* Make `YamlException` inherit from source_map's [`SpanFormatException`][]. This
|
| + improves the error formatting and allows callers access to source range
|
| + information.
|
| +
|
| +[SpanFormatException]: (http://www.dartdocs.org/documentation/source_maps/0.9.2/index.html#source_maps/source_maps.SpanFormatException)
|
| +
|
| ## 1.0.0+1
|
|
|
| * Fix a variable name typo.
|
|
|