Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index dc58f20e10de8bfe9eca27b030825f4dd943f058..d76e779f1b809094f00be9e1b7e26670b1665581 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,5 +1,12 @@ |
| ## 1.20.0 |
| +### Dart VM |
| + |
| +* We have improved the way that the VM locates the native code library for a |
| + native extension (e.g. `dart-ext:` import). We have updated this |
| + [article on native extensions](https://www.dartlang.org/articles/dart-vm/native-extensions) |
| + to reflect the VM's improved behavior. |
| + |
| ### Core library changes |
| * `dart:core`: Remove deprecated `Resource` class. |
| Use the class in `package:resource` instead. |