Skip to content

Commit 19d5776

Browse files
committed
Add some missing items to CHANGELOG for ffi-1.11.0
1 parent 08b9b78 commit 19d5776

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
-------------------
33

44
Added:
5+
* Add ability to disable or force use of system libffi. #669
6+
Use like `gem inst ffi -- --enable-system-libffi` .
7+
* Add ability to call FFI callbacks from outside of FFI call frame. #584
58
* Add proper documentation to FFI::Generator and ::Task
69
* Add gemspec metadata. #696, #698
710

811
Changed:
9-
* Add ability to disable or force system libffi. #669
10-
Use like `gem inst ffi -- --enable-system-libffi` .
11-
* Move FFI::Platform::CPU from C to Ruby. #663
1212
* Fix stdcall on Win32. #649, #669
13-
* Move FFI::StructByReference to Ruby. #681
14-
* Fix FFI::Pointer#read_string(0) to return a binary String. #692
1513
* Fix load paths for FFI::Generator::Task
14+
* Fix FFI::Pointer#read_string(0) to return a binary String. #692
15+
* Fix benchmark suite so that it runs on ruby-2.x
16+
* Move FFI::Platform::CPU from C to Ruby. #663
17+
* Move FFI::StructByReference to Ruby. #681
18+
* Move FFI::DataConverter to Ruby (#661)
19+
* Various cleanups and improvements of specs and benchmarks
1620

1721
Removed:
1822
* Remove ruby-1.8 and 1.9 compatibility code. #683

0 commit comments

Comments
 (0)