Fix typos in CHANGELOG.md

Closes #39215
https://github.com/dart-lang/sdk/pull/39215

GitOrigin-RevId: fa4a20b0caabcad6c6a25c354fc5adb45d853420
Change-Id: I725728f68b7fd45115cdfd45fac62fda34c9a5ff
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/124040
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
This commit is contained in:
creativecreatorormaybenot 2019-11-04 11:22:38 +00:00 committed by Vyacheslav Egorov
parent 740cd89ad8
commit 6c0387da67

View file

@ -104,7 +104,7 @@ program-defined, whereas previously it was undefined.
for accessing the value in native memory and `[]` and `[]=` for indexed access.
The method `asExternalTypedData` has been replaced with `asTypedList` extension
methods. And finally, `Structs` do no longer have a type argument and are
accessed the extension member `.ref` on `Pointer`.
accessed using the extension member `.ref` on `Pointer`.
These changes makes the code using `dart:ffi` much more concise.
* **Breaking change**: The memory management has been removed (`Pointer.allocate`
and `Pointer.free`). Instead, memory management is available in
@ -131,7 +131,7 @@ program-defined, whereas previously it was undefined.
* `pub publish` now warns about the old flutter plugin registration format.
* `pub publish` now warns about the `author` field in pubspec.yaml being.
* `pub publish` now warns about the `author` field in pubspec.yaml being
obsolete.
* Show a proper error message when `git` is not installed.