Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 166e82600af3ac236c6680b77d5f0c46e1688d13..72190a3c6ad515f53e15af9de96bc94a136cf0b8 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -26,6 +26,8 @@ |
| will be thrown. Note: if the duration specified in 'timeout' is greater than |
| the system level timeout duration, a timeout may occur sooner than specified |
| in 'timeout'. |
| + * Added `Platform.operatingSystemVersion` that gives a platform-specific |
| + String describing the version of the operating system. |
| * `dart:core` |
| * The `Uri` class now correctly handles paths while running on Node.js on |