File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
- # Changelog
1
+ ## 2.0.2
2
+
3
+ - Fixed a typo in a doc comment.
4
+ - Added package topics to the pubspec file.
2
5
3
6
## 2.0.1
4
7
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.
7
10
8
11
## 2.0.0
9
12
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.
13
16
14
17
## 1.2.1
15
18
Original file line number Diff line number Diff line change 1
1
name : ffi
2
- version : 2.0.1
2
+ version : 2.0.2
3
3
description : Utilities for working with Foreign Function Interface (FFI) code.
4
4
repository : https://github.com/dart-lang/ffi
5
5
You can’t perform that action at this time.
0 commit comments