| Index: pkg/yaml/CHANGELOG.md
|
| diff --git a/pkg/yaml/CHANGELOG.md b/pkg/yaml/CHANGELOG.md
|
| index fdd92400105214aa1ca32711ad5c2dc6bf387825..186cfabdc979e806bca29a39b43a0f3647b52aa1 100644
|
| --- a/pkg/yaml/CHANGELOG.md
|
| +++ b/pkg/yaml/CHANGELOG.md
|
| @@ -1,5 +1,9 @@
|
| ## 1.1.0
|
|
|
| +* Add new publicly-accessible constructors for `YamlNode` subclasses. These
|
| + constructors make it possible to use the same API to access non-YAML data as
|
| + YAML data.
|
| +
|
| * Make `YamlException` inherit from source_map's [`SpanFormatException`][]. This
|
| improves the error formatting and allows callers access to source range
|
| information.
|
|
|