Skip to content

Commit e7f0b9d

Browse files
committed
Update changelog.
1 parent 2882af2 commit e7f0b9d

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,38 @@
221221

222222
--------------------------------------------------------------------------------
223223
# Unreleased
224+
224225
## Added
226+
227+
* Report enums in ParseCallbacks.
228+
* Refactor item_name method to use ItemInfo struct.
229+
* Add callback to modify contents of macro
230+
* Discovery callbacks for functions and methods.
231+
* Options to generate uncallable C++ functions.
232+
* Provide option to get real virtual fn receiver.
233+
225234
## Changed
235+
236+
* Generate bindings compatible with current rustc version by default.
237+
226238
## Removed
239+
240+
* Remove unused which-rustfmt feature
241+
* Remove warning for opaque forward declarations
242+
227243
## Fixed
228-
## Security
244+
245+
* More sophisticated handling of the triple in rust_to_clang_target
246+
* Rename *-apple-ios-sim to ...simulator
247+
* Fix OpenCL vectors that use "ext_vector_type".
248+
* Fix union layout when it contains 0 sized array.
249+
* Avoid crashing on variadic unions without layout information.
250+
* Distinguish char16_t.
251+
* Fix bugs in --clang-macro-fallback
252+
* Add missed unsafe in the raw_set_bit function
253+
* Use link_name for dynamic library loading
254+
* Add "gen" to list of rust keywords in 'rust_mangle'
255+
* Use appropriate `rustfmt --format ...` param
229256

230257
# v0.71.1 (2024-12-09)
231258
## Fixed

0 commit comments

Comments
 (0)