| OLD | NEW |
| 1 ## 0.10.0 |
| 2 |
| 3 * Improve error messages when a file fails to parse. |
| 4 |
| 1 ## 0.9.0+2 | 5 ## 0.9.0+2 |
| 2 | 6 |
| 3 * Ensure that maps are order-independent when used as map keys. | 7 * Ensure that maps are order-independent when used as map keys. |
| 4 | 8 |
| 5 ## 0.9.0+1 | 9 ## 0.9.0+1 |
| 6 | 10 |
| 7 * The `YamlMap` class is deprecated. In a future version, maps returned by | 11 * The `YamlMap` class is deprecated. In a future version, maps returned by |
| 8 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality | 12 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality |
| 9 operation. | 13 operation. |
| OLD | NEW |