Skip to content

Commit 9b4a9e4

Browse files
committed
Add version 1.11.0 to CHANGELOG
1 parent 36f1bb5 commit 9b4a9e4

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
1.11.0 / 2019-05-17
2+
-------------------
3+
4+
Added:
5+
* Add proper documentation to FFI::Generator and ::Task
6+
* Add gemspec metadata. #696, #698
7+
8+
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
12+
* 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
15+
* Fix load paths for FFI::Generator::Task
16+
17+
Removed:
18+
* Remove ruby-1.8 and 1.9 compatibility code. #683
19+
* Remove unused spec files. #684
20+
21+
122
1.10.0 / 2019-01-06
223
-------------------
324

0 commit comments

Comments
 (0)