* Fix swapping of `>>=` and `<<=` in constants.
 * Add support for #[deprecated] (#860).
 * Built-in support for bitflags 2.0.
 * Support for "C-unwind" ABI.
 * Generate bindings for non-public extern items if they are #[no_mangle].
This commit is contained in:
Emilio Cobos Álvarez
2023-09-13 11:11:43 +02:00
parent 56f0febc9b
commit 703b53c06f
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
# Unreleased
# 0.26.0
* Fix swapping of `>>=` and `<<=` in constants.
* Add support for #[deprecated] (#860).
* Built-in support for bitflags 2.0.
* Support for "C-unwind" ABI.
* Generate bindings for non-public extern items if they are #[no_mangle].
## 0.25.0