| 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
|
| + the same name.
|
| * Added `growable` parameter to `List.filled` constructor.
|
| * Added microsecond support to `DateTime`: `DateTime.microsecond`,
|
| `DateTime.microsecondsSinceEpoch`, and
|
|
|