Skip to content

Commit

Permalink
Add some missing items to CHANGELOG for ffi-1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed May 18, 2019
1 parent 08b9b78 commit 19d5776
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@
-------------------

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

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

Removed:
* Remove ruby-1.8 and 1.9 compatibility code. #683
Expand Down

0 comments on commit 19d5776

Please sign in to comment.