Chromium Code Reviews| Index: pkg/yaml/CHANGELOG.md |
| diff --git a/pkg/yaml/CHANGELOG.md b/pkg/yaml/CHANGELOG.md |
| index 261a666826f886b4b2cf6376a79c7bd9069acaa0..2cba74df9b58881bf7ee39f5b88127c39fccae22 100644 |
| --- a/pkg/yaml/CHANGELOG.md |
| +++ b/pkg/yaml/CHANGELOG.md |
| @@ -1,3 +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. |
| + |
| ## 1.0.0+1 |
| * Fix a variable name typo. |