File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,26 @@ Released YYYY/MM/DD
63
63
64
64
--------------------------------------------------------------------------------
65
65
66
+ # 0.32.2
67
+
68
+ Released 2017/01/22
69
+
70
+ ## Fixed
71
+
72
+ * Avoid symbol generation for pure virtual functions. [ #1197 ] [ ]
73
+ * Handling of ` _Complex _Float128 ` . [ #1087 ] [ ]
74
+ * Regression on code generation for variadic functions. [ #1216 ] [ ]
75
+ * Enum code generation generates conflicting repr hint warning. [ #1224 ] [ ]
76
+ * Constified code generation for enums with an explicit type of ` bool ` . [ #1145 ] [ ]
77
+ * Bindgen will now call ` rustfmt ` directly instead of via ` rustup ` . [ #1184 ] [ ]
78
+
79
+ [ #1197 ] : https://github.com/rust-lang-nursery/rust-bindgen/issues/1197
80
+ [ #1087 ] : https://github.com/rust-lang-nursery/rust-bindgen/issues/1087
81
+ [ #1216 ] : https://github.com/rust-lang-nursery/rust-bindgen/issues/1216
82
+ [ #1224 ] : https://github.com/rust-lang-nursery/rust-bindgen/issues/1224
83
+ [ #1145 ] : https://github.com/rust-lang-nursery/rust-bindgen/issues/1145
84
+ [ #1184 ] : https://github.com/rust-lang-nursery/rust-bindgen/issues/1184
85
+
66
86
# 0.32.1
67
87
68
88
Released 2017/12/18
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ name = "bindgen"
13
13
readme = " README.md"
14
14
repository = " https://github.com/rust-lang-nursery/rust-bindgen"
15
15
documentation = " https://docs.rs/bindgen"
16
- version = " 0.32.1 "
16
+ version = " 0.32.2 "
17
17
build = " build.rs"
18
18
19
19
include = [
You can’t perform that action at this time.
0 commit comments