We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f1bb5 commit 9b4a9e4Copy full SHA for 9b4a9e4
1 file changed
CHANGELOG.md
@@ -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
22
1.10.0 / 2019-01-06
23
-------------------
24
0 commit comments