Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 308dfa52b6b394b0ee218ddd5dfe8b6dd773091d..8ad7ee4a5783a0fbc443e4e32c0325eb9ebda378 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -12,6 +12,8 @@ |
| * Added `current` getter to `StackTrace` class. |
| * Added `Uri.data` getter for `data:` URIs, and `UriData` class for the |
| return type. |
| + * Addad `Uri.queryParametersAll` to handle multiple query parameters with |
|
Bill Hesse
2016/01/18 09:22:23
This should go in a 1.15.0 section, since the chan
|
| + the same name. |
| * Added `growable` parameter to `List.filled` constructor. |
| * Added microsecond support to `DateTime`: `DateTime.microsecond`, |
| `DateTime.microsecondsSinceEpoch`, and |