You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# 0.4.0
2
2
3
+
- Win32 unions and nested structs are now generated correctly.
4
+
- Improved support for many existing Win32 APIs and type signatures.
5
+
- Much smaller code gen, leading to faster build times.
6
+
- The Windows crate now uses generated bindings rather than hand-written bindings internally.
7
+
- Improved error handling functions.
8
+
- Improved support for common types like BOOL, BSTR, PWSTR, PSTR.
9
+
- Updated metadata providing many fixes and improvements to Win32 APIs.
10
+
- Simpler internal metadata representation to support a broader set of type systems more naturally.
11
+
- Many more improvements and fixes.
12
+
13
+
# 0.3.1
14
+
3
15
- Many improvements to COM support including interface hierarchies. ([#448](https://github.com/microsoft/windows-rs/pull/448))
4
16
- New COM helpers simplify common operations. ([#496](https://github.com/microsoft/windows-rs/pull/496))
5
17
- New `CoString` type representing null-terminated UTF16 strings backed by the COM task allocator required by some Windows APIs. ([#514](https://github.com/microsoft/windows-rs/pull/514))
0 commit comments