Skip to content

Commit 1110175

Browse files
committed
changelog
1 parent f182013 commit 1110175

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# 0.4.0
22

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+
315
- Many improvements to COM support including interface hierarchies. ([#448](https://github.com/microsoft/windows-rs/pull/448))
416
- New COM helpers simplify common operations. ([#496](https://github.com/microsoft/windows-rs/pull/496))
517
- 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

Comments
 (0)