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

Side by Side Diff: CHANGELOG.md

Issue 2463773002: Fix changelog version to match pubspec (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.9.2 1 ## 1.10.1
2 2
3 * `Set.difference` now takes a `Set<Object>` as argument. 3 * `Set.difference` now takes a `Set<Object>` as argument.
4 4
5 ## 1.9.1 5 ## 1.9.1
6 6
7 * Fix some documentation bugs. 7 * Fix some documentation bugs.
8 8
9 ## 1.9.0 9 ## 1.9.0
10 10
11 * Add a top-level `stronglyConnectedComponents()` function that returns the 11 * Add a top-level `stronglyConnectedComponents()` function that returns the
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 105
106 * Fix all analyzer hints. 106 * Fix all analyzer hints.
107 107
108 ## 0.9.3 108 ## 0.9.3
109 109
110 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s 110 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
111 keys. 111 keys.
112 112
113 * Add a `MapValueSet` class that takes a function from values to keys and uses 113 * Add a `MapValueSet` class that takes a function from values to keys and uses
114 it to expose a `Set` view of a `Map`'s values. 114 it to expose a `Set` view of a `Map`'s values.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698