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

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

Issue 308653004: Fix analyzer hints in pkg/collection. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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
OLDNEW
1 ## 0.9.3+1
2
3 * Fix all analyzer hints.
4
1 ## 0.9.3 5 ## 0.9.3
2 6
3 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s 7 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
4 keys. 8 keys.
5 9
6 * Add a `MapValueSet` class that takes a function from values to keys and uses 10 * Add a `MapValueSet` class that takes a function from values to keys and uses
7 it to expose a `Set` view of a `Map`'s values. 11 it to expose a `Set` view of a `Map`'s values.
OLDNEW
« no previous file with comments | « no previous file | pkg/collection/lib/src/unmodifiable_wrappers.dart » ('j') | pkg/collection/lib/src/unmodifiable_wrappers.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698