Skip to content

Commit ca44d28

Browse files
devoncarewmit-mit
andauthored
[ffi] Rev pubspec and update changelog (dart-archive/ffi#194)
Co-authored-by: Michael Thomsen <[email protected]>
1 parent 71e4003 commit ca44d28

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

pkgs/ffi/CHANGELOG.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
# Changelog
1+
## 2.0.2
2+
3+
- Fixed a typo in a doc comment.
4+
- Added package topics to the pubspec file.
25

36
## 2.0.1
47

5-
Only zero out memory on successful allocation on Windows.
6-
Upgrade test dev dependency.
8+
- Only zero out memory on successful allocation on Windows.
9+
- Upgrade test dev dependency.
710

811
## 2.0.0
912

10-
Switch Windows memory allocation to use `CoTaskMemAlloc` and `CoTaskMemFree`,
11-
which will enable support for `NativeFinalizer`. This release requires Dart
12-
2.17.0 or greater.
13+
- Switch Windows memory allocation to use `CoTaskMemAlloc` and `CoTaskMemFree`,
14+
which will enable support for `NativeFinalizer`.
15+
- Require Dart 2.17.0 or greater.
1316

1417
## 1.2.1
1518

pkgs/ffi/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ffi
2-
version: 2.0.1
2+
version: 2.0.2
33
description: Utilities for working with Foreign Function Interface (FFI) code.
44
repository: https://github.com/dart-lang/ffi
55

0 commit comments

Comments
 (0)