| Index: pkg/yaml/CHANGELOG.md
|
| diff --git a/pkg/yaml/CHANGELOG.md b/pkg/yaml/CHANGELOG.md
|
| index 3520d4cded74af0d6e5d7235226f68a9ac0d306d..4b243d813f64c1035a37a07f0394474c87860de6 100644
|
| --- a/pkg/yaml/CHANGELOG.md
|
| +++ b/pkg/yaml/CHANGELOG.md
|
| @@ -1,3 +1,18 @@
|
| +## 1.0.0
|
| +
|
| +* **Backwards incompatibility**: The data structures returned by `loadYaml` and
|
| + `loadYamlStream` are now immutable.
|
| +
|
| +* **Backwards incompatibility**: The interface of the `YamlMap` class has
|
| + changed substantially in numerous ways. External users may no longer construct
|
| + their own instances.
|
| +
|
| +* Maps and lists returned by `loadYaml` and `loadYamlStream` now contain
|
| + information about their source locations.
|
| +
|
| +* A new `loadYamlNode` function returns the source location of top-level scalars
|
| + as well.
|
| +
|
| ## 0.10.0
|
|
|
| * Improve error messages when a file fails to parse.
|
|
|