From 99a29d0cea4519936466afa598a40c0de2da8ba3 Mon Sep 17 00:00:00 2001 From: mappu Date: Thu, 31 Oct 2024 18:19:41 +1300 Subject: [PATCH] doc/CHANGELOG: summary for v0.6.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9042b83b..1c5cbf0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## 2024-10-31 v0.6.0 + +- **BREAKING:** Represent `QByteArray` as Go `[]byte` +- **BREAKING:** Reorder class constructors for stability +- **BREAKING:** More accurate bindings for some namespaces, enums, integer types, void pointers, and type aliases +- Add macOS support +- Add Qt 6 binding +- Add bindings for QPrintSupport, QScintilla, and ScintillaEdit +- Add `uic` and `rcc` implementations for Qt Designer +- Add extra `UnsafeNew`, `UnsafePointer` class methods +- Fix an issue with `cgo.Handle` correctness +- Docs: Add Windows (MSYS2), macOS (Homebrew / Docker) build guide +- Docs: Add FAQs for custom locations, pkg-config, Qt 5/6 upgrades, extra library bindings + ## 2024-09-24 v0.5.0 - **BREAKING:** Shorter enum names