doc/CHANGELOG: initial commit

This commit is contained in:
mappu 2024-09-01 14:37:40 +12:00
parent 04d2d8e7c2
commit 106a0dbfbd
1 changed files with 15 additions and 0 deletions

15
CHANGELOG.md Normal file
View File

@ -0,0 +1,15 @@
# CHANGELOG
## 2024-09-01 v0.2.1
- Qt types returned as nil pointers are now returned as Go nil pointers
- Add `mdoutliner` example
## 2024-08-29 v0.2.0
- Expand binding to cover many excluded methods and inner classes
## 2024-08-25 v0.1.0
- Initial public release (QtCore, QtGui, QtWidgets)
- Add `helloworld` example