Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Side by Side Diff: pkg/yaml/CHANGELOG.md

Issue 297753003: Ensure that YAML maps' map keys are order-independent. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/yaml/lib/src/utils.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.9.0+2
2
3 * Ensure that maps are order-independent when used as map keys.
4
1 ## 0.9.0+1 5 ## 0.9.0+1
2 6
3 * The `YamlMap` class is deprecated. In a future version, maps returned by 7 * The `YamlMap` class is deprecated. In a future version, maps returned by
4 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality 8 `loadYaml` and `loadYamlStream` will be Dart `HashMap`s with a custom equality
5 operation. 9 operation.
OLDNEW
« no previous file with comments | « no previous file | pkg/yaml/lib/src/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698